#C02922

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

Shades of Fire Brick #C02922

Tints of Fire Brick #C02922

Color information

#C02922 (or 0xC02922) is unknown color: approx Fire Brick. HEX triplet: C0, 29 and 22. RGB value is (192,41,34). Sum of RGB (Red+Green+Blue) = 192+41+34=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C02922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02922 is #3FD6DD. Grayscale: #555555. Windows color (decimal): -4183774 or 2238912. OLE color: 2238912.

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

Color convert

RGB1924134-
CMYK00.790.820.25
HSL2.66º69.91%44.31%-
HSV(B)2.66º82.29%75.29%-
XYZ22.8212.912.8-
YUV85.3599.03204.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.91%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=71.91%
G=15.36%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192413400.790.820.252.6669.9144.31
HexC0292204F52193462c
Octal3005142011712231310654
Binary1100000010100110001001001111101001011001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02922; }

 p { color: rgb(192,41,34); }

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

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

 a { background-color: rgb(192,41,34); }

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

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

 span { border-color: rgb(192,41,34); }

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