Html Css Color HEX #A62212 Fire Brick

📋 copy color: '#A62212'

red 166 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #A62212

Tints of Fire Brick #A62212

RGB

 RED value IS 166 (65.23% from 255) = 76.15%

 GREEN value IS 34 (13.67% from 255) = 15.6%

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 76.15%
G = 15.6%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62212 (or 0xA62212) is known color: Fire Brick. HEX triplet: A6, 22 and 12. RGB value is (166,34,18). Sum of RGB (Red+Green+Blue) = 166+34+18=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A62212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62212 is #59DDED. Grayscale: #474747. Windows color (decimal): -5889518 or 1188518. OLE color: 1188518.

HSL color Cylindrical-coordinate representation of color #A62212: hue angle of 6.49º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A62212 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 18 -
CMYK 0 0.80 0.89 0.35
HSL 6.49º 0.8% 0.36% -
HSV(B) 6.49º 0.89% 0.65% -
XYZ 16.41 9.29 1.5 -
YUV 71.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 166 34 18 0 0.80 0.89 0.35 6.49 0.8 0.36
Hex A6 22 12 0 50 59 23 6 50 24
Octal 246 42 22 0 120 131 43 6 120 44
Binary 10100110 100010 10010 0 1010000 1011001 100011 110 1010000 100100

Color Harmonies of #A62212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62212

Black with #A62212

Text Example


Text Example

White with #A62212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62212; }

 p { color: rgb(166,34,18); }

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

background-color css

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

 a { background-color: rgb(166,34,18); }

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

border-color css

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

 span { border-color: rgb(166,34,18); }

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