Html Css Color HEX #C02820 Fire Brick

📋 copy color: '#C02820'

red 192 ◦ green 40 ◦ blue 32

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

Shades of Fire Brick #C02820

Tints of Fire Brick #C02820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 72.73%
G = 15.15%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C02820 (or 0xC02820) is known color: Fire Brick. HEX triplet: C0, 28 and 20. RGB value is (192,40,32). Sum of RGB (Red+Green+Blue) = 192+40+32=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C02820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02820 is #3FD7DF. Grayscale: #545454. Windows color (decimal): -4184032 or 2107584. OLE color: 2107584.

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

Color convert

RGB 192 40 32 -
CMYK 0 0.79 0.83 0.25
HSL 0.71% 0.44% -
HSV(B) 0.83% 0.75% -
XYZ 22.76 12.83 2.64 -
YUV 84.54 98.36 204.65 -
System Red Green Blue C M Y K H S L
Decimal 192 40 32 0 0.79 0.83 0.25 3 0.71 0.44
Hex C0 28 20 0 4F 53 19 3 47 2C
Octal 300 50 40 0 117 123 31 3 107 54
Binary 11000000 101000 100000 0 1001111 1010011 11001 11 1000111 101100

Color Harmonies of #C02820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02820

Black with #C02820

Text Example


Text Example

White with #C02820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02820; }

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

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

background-color css

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

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

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

border-color css

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

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

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