Html Css Color HEX #C42016 Fire Brick

📋 copy color: '#C42016'

red 196 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #C42016

Tints of Fire Brick #C42016

RGB

 RED value IS 196 (76.95% from 255) = 78.4%

 GREEN value IS 32 (12.89% from 255) = 12.8%

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 78.4%
G = 12.8%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42016 (or 0xC42016) is known color: Fire Brick. HEX triplet: C4, 20 and 16. RGB value is (196,32,22). Sum of RGB (Red+Green+Blue) = 196+32+22=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C42016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42016 is #3BDFE9. Grayscale: #505050. Windows color (decimal): -3923946 or 1450180. OLE color: 1450180.

HSL color Cylindrical-coordinate representation of color #C42016: hue angle of 3.45º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C42016 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 22 -
CMYK 0 0.84 0.89 0.23
HSL 3.45º 0.8% 0.43% -
HSV(B) 3.45º 0.89% 0.77% -
XYZ 23.43 12.83 2 -
YUV 79.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 196 32 22 0 0.84 0.89 0.23 3.45 0.8 0.43
Hex C4 20 16 0 54 59 17 3 50 2B
Octal 304 40 26 0 124 131 27 3 120 53
Binary 11000100 100000 10110 0 1010100 1011001 10111 11 1010000 101011

Color Harmonies of #C42016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42016

Black with #C42016

Text Example


Text Example

White with #C42016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42016; }

 p { color: rgb(196,32,22); }

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

background-color css

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

 a { background-color: rgb(196,32,22); }

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

border-color css

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

 span { border-color: rgb(196,32,22); }

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