Html Css Color HEX #C02928 Fire Brick

📋 copy color: '#C02928'

red 192 ◦ green 41 ◦ blue 40

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

Shades of Fire Brick #C02928

Tints of Fire Brick #C02928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 70.33%
G = 15.02%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C02928 (or 0xC02928) is known color: Fire Brick. HEX triplet: C0, 29 and 28. RGB value is (192,41,40). Sum of RGB (Red+Green+Blue) = 192+41+40=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C02928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02928 is #3FD6D7. Grayscale: #565656. Windows color (decimal): -4183768 or 2632128. OLE color: 2632128.

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

Color convert

RGB 192 41 40 -
CMYK 0 0.79 0.79 0.25
HSL 0.39º 0.66% 0.45% -
HSV(B) 0.39º 0.79% 0.75% -
XYZ 22.91 12.95 3.3 -
YUV 86.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 192 41 40 0 0.79 0.79 0.25 0.39 0.66 0.45
Hex C0 29 28 0 4F 4F 19 0 42 2D
Octal 300 51 50 0 117 117 31 0 102 55
Binary 11000000 101001 101000 0 1001111 1001111 11001 0 1000010 101101

Color Harmonies of #C02928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02928

Black with #C02928

Text Example


Text Example

White with #C02928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02928; }

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

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

background-color css

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

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

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

border-color css

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

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

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