#C02520

Color #C02520 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C02520

Tints of Fire Brick #C02520

Color information

#C02520 (or 0xC02520) is unknown color: approx Fire Brick. HEX triplet: C0, 25 and 20. RGB value is (192,37,32). Sum of RGB (Red+Green+Blue) = 192+37+32=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C02520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02520 is #3FDADF. Grayscale: #525252. Windows color (decimal): -4184800 or 2106816. OLE color: 2106816.

HSL color Cylindrical-coordinate representation of color #C02520: hue angle of 1.88º 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 #C02520 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1923732-
CMYK00.810.830.25
HSL1.88º71.43%43.92%-
HSV(B)1.88º83.33%75.29%-
XYZ22.6612.632.61-
YUV82.7899.35205.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 73.56%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=73.56%
G=14.18%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192373200.810.830.251.8871.4343.92
HexC0252005153192472c
Octal3004540012112331210754
Binary1100000010010110000001010001101001111001101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02520; }

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

 H1.HeaderClassName
 {
   color: #C02520;
 }
 .AnyTagClassName
 {
   color: #C02520;
 }
</style>
background-color css

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

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

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

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

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

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