Html Css Color HEX #C0313C Brick Red

📋 copy color: '#C0313C'

red 192 ◦ green 49 ◦ blue 60

#C0313C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C0313C

Tints of Brick Red #C0313C

RGB

 RED value IS 192 (75.39% from 255) = 63.79%

 GREEN value IS 49 (19.53% from 255) = 16.28%

 BLUE value IS 60 (23.83% from 255) = 19.93%

R = 63.79%
G = 16.28%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0313C (or 0xC0313C) is known color: Brick Red. HEX triplet: C0, 31 and 3C. RGB value is (192,49,60). Sum of RGB (Red+Green+Blue) = 192+49+60=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0313C is #3FCEC3. Grayscale: #5D5D5D. Windows color (decimal): -4181700 or 3944896. OLE color: 3944896.

HSL color Cylindrical-coordinate representation of color #C0313C: hue angle of 355.38º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0313C is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 60 -
CMYK 0 0.74 0.69 0.25
HSL 355.38º 0.59% 0.47% -
HSV(B) 355.38º 0.74% 0.75% -
XYZ 23.65 13.73 5.68 -
YUV 93.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 192 49 60 0 0.74 0.69 0.25 355.38 0.59 0.47
Hex C0 31 3C 0 4A 45 19 163 3B 2F
Octal 300 61 74 0 112 105 31 543 73 57
Binary 11000000 110001 111100 0 1001010 1000101 11001 101100011 111011 101111

Color Harmonies of #C0313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0313C

Black with #C0313C

Text Example


Text Example

White with #C0313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0313C; }

 p { color: rgb(192,49,60); }

 H1.HeaderClassName
 {
   color: #C0313C;
 }
 .AnyTagClassName
 {
   color: #C0313C;
 }
</style>

background-color css

<style>
 a { background-color: #C0313C; }

 a { background-color: rgb(192,49,60); }

 div.DivClassName
 {
   background-color: #C0313C;
 }
 .BgClassName
 {
   background-color: #C0313C;
 }
</style>

border-color css

<style>
 span { border-color: #C0313C; }

 span { border-color: rgb(192,49,60); }

 td.TdClassName
 {
   border-color: #C0313C;
 }
 .TagClassName
 {
   border-color: #C0313C;
 }
</style>