Html Css Color HEX #C02120 Fire Brick

📋 copy color: '#C02120'

red 192 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #C02120

Tints of Fire Brick #C02120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 74.71%
G = 12.84%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C02120 (or 0xC02120) is known color: Fire Brick. HEX triplet: C0, 21 and 20. RGB value is (192,33,32). Sum of RGB (Red+Green+Blue) = 192+33+32=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C02120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02120 is #3FDEDF. Grayscale: #505050. Windows color (decimal): -4185824 or 2105792. OLE color: 2105792.

HSL color Cylindrical-coordinate representation of color #C02120: hue angle of 0.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02120 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 32 -
CMYK 0 0.83 0.83 0.25
HSL 0.38º 0.71% 0.44% -
HSV(B) 0.38º 0.83% 0.75% -
XYZ 22.54 12.4 2.57 -
YUV 80.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 192 33 32 0 0.83 0.83 0.25 0.38 0.71 0.44
Hex C0 21 20 0 53 53 19 0 47 2C
Octal 300 41 40 0 123 123 31 0 107 54
Binary 11000000 100001 100000 0 1010011 1010011 11001 0 1000111 101100

Color Harmonies of #C02120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02120

Black with #C02120

Text Example


Text Example

White with #C02120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02120; }

 p { color: rgb(192,33,32); }

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

background-color css

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

 a { background-color: rgb(192,33,32); }

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

border-color css

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

 span { border-color: rgb(192,33,32); }

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