Html Css Color HEX #A62006 Fire Brick

📋 copy color: '#A62006'

red 166 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #A62006

Tints of Fire Brick #A62006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 81.37%
G = 15.69%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A62006 (or 0xA62006) is known color: Fire Brick. HEX triplet: A6, 20 and 06. RGB value is (166,32,6). Sum of RGB (Red+Green+Blue) = 166+32+6=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A62006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62006 is #59DFF9. Grayscale: #454545. Windows color (decimal): -5890042 or 401574. OLE color: 401574.

HSL color Cylindrical-coordinate representation of color #A62006: hue angle of 9.75º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A62006 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 6 -
CMYK 0 0.81 0.96 0.35
HSL 9.75º 0.93% 0.34% -
HSV(B) 9.75º 0.96% 0.65% -
XYZ 16.28 9.15 1.08 -
YUV 69.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 166 32 6 0 0.81 0.96 0.35 9.75 0.93 0.34
Hex A6 20 6 0 51 60 23 A 5D 22
Octal 246 40 6 0 121 140 43 12 135 42
Binary 10100110 100000 110 0 1010001 1100000 100011 1010 1011101 100010

Color Harmonies of #A62006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62006

Black with #A62006

Text Example


Text Example

White with #A62006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62006; }

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

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

background-color css

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

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

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

border-color css

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

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

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