Html Css Color HEX #A61908 Fire Brick

📋 copy color: '#A61908'

red 166 ◦ green 25 ◦ blue 8

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

Shades of Fire Brick #A61908

Tints of Fire Brick #A61908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.02%

R = 83.42%
G = 12.56%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A61908 (or 0xA61908) is known color: Fire Brick. HEX triplet: A6, 19 and 08. RGB value is (166,25,8). Sum of RGB (Red+Green+Blue) = 166+25+8=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A61908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61908 is #59E6F7. Grayscale: #414141. Windows color (decimal): -5891832 or 530854. OLE color: 530854.

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

Color convert

RGB 166 25 8 -
CMYK 0 0.85 0.95 0.35
HSL 6.46º 0.91% 0.34% -
HSV(B) 6.46º 0.95% 0.65% -
XYZ 16.12 8.82 1.08 -
YUV 65.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 166 25 8 0 0.85 0.95 0.35 6.46 0.91 0.34
Hex A6 19 8 0 55 5F 23 6 5B 22
Octal 246 31 10 0 125 137 43 6 133 42
Binary 10100110 11001 1000 0 1010101 1011111 100011 110 1011011 100010

Color Harmonies of #A61908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61908

Black with #A61908

Text Example


Text Example

White with #A61908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61908; }

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

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

background-color css

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

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

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

border-color css

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

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

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