Html Css Color HEX #A61906 Fire Brick

📋 copy color: '#A61906'

red 166 ◦ green 25 ◦ blue 6

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

Shades of Fire Brick #A61906

Tints of Fire Brick #A61906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

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

R = 84.26%
G = 12.69%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A61906 (or 0xA61906) is known color: Fire Brick. HEX triplet: A6, 19 and 06. RGB value is (166,25,6). Sum of RGB (Red+Green+Blue) = 166+25+6=197 (26% of max value = 765). Red value is 166 (65.23% from 255 or 84.26% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 166 - color contains mainly: red. Hex color #A61906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61906 is #59E6F9. Grayscale: #414141. Windows color (decimal): -5891834 or 399782. OLE color: 399782.

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

Color convert

RGB 166 25 6 -
CMYK 0 0.85 0.96 0.35
HSL 7.13º 0.93% 0.34% -
HSV(B) 7.13º 0.96% 0.65% -
XYZ 16.11 8.82 1.02 -
YUV 64.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 166 25 6 0 0.85 0.96 0.35 7.13 0.93 0.34
Hex A6 19 6 0 55 60 23 7 5D 22
Octal 246 31 6 0 125 140 43 7 135 42
Binary 10100110 11001 110 0 1010101 1100000 100011 111 1011101 100010

Color Harmonies of #A61906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61906

Black with #A61906

Text Example


Text Example

White with #A61906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61906; }

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

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

background-color css

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

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

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

border-color css

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

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

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