Html Css Color HEX #A62012 Fire Brick

📋 copy color: '#A62012'

red 166 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #A62012

Tints of Fire Brick #A62012

RGB

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

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

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

R = 76.85%
G = 14.81%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A62012 (or 0xA62012) is known color: Fire Brick. HEX triplet: A6, 20 and 12. RGB value is (166,32,18). Sum of RGB (Red+Green+Blue) = 166+32+18=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A62012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62012 is #59DFED. Grayscale: #464646. Windows color (decimal): -5890030 or 1188006. OLE color: 1188006.

HSL color Cylindrical-coordinate representation of color #A62012: hue angle of 5.68º 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 #A62012 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 18 -
CMYK 0 0.81 0.89 0.35
HSL 5.68º 0.8% 0.36% -
HSV(B) 5.68º 0.89% 0.65% -
XYZ 16.35 9.18 1.48 -
YUV 70.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 166 32 18 0 0.81 0.89 0.35 5.68 0.8 0.36
Hex A6 20 12 0 51 59 23 6 50 24
Octal 246 40 22 0 121 131 43 6 120 44
Binary 10100110 100000 10010 0 1010001 1011001 100011 110 1010000 100100

Color Harmonies of #A62012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62012

Black with #A62012

Text Example


Text Example

White with #A62012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62012; }

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

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

background-color css

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

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

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

border-color css

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

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

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