#C02B27

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

Shades of Fire Brick #C02B27

Tints of Fire Brick #C02B27

Color information

#C02B27 (or 0xC02B27) is unknown color: approx Fire Brick. HEX triplet: C0, 2B and 27. RGB value is (192,43,39). Sum of RGB (Red+Green+Blue) = 192+43+39=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B27 is #3FD4D8. Grayscale: #575757. Windows color (decimal): -4183257 or 2567104. OLE color: 2567104.

HSL color Cylindrical-coordinate representation of color #C02B27: hue angle of 1.57º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02B27 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB1924339-
CMYK00.780.800.25
HSL1.57º66.23%45.29%-
HSV(B)1.57º79.69%75.29%-
XYZ22.9713.083.23-
YUV87.1100.86202.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.07%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=70.07%
G=15.69%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192433900.780.800.251.5766.2345.29
HexC02B2704E50192422d
Octal3005347011612031210255
Binary1100000010101110011101001110101000011001101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B27; }

 p { color: rgb(192,43,39); }

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

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

 a { background-color: rgb(192,43,39); }

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

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

 span { border-color: rgb(192,43,39); }

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