Html Css Color HEX #A01908 Fire Brick

📋 copy color: '#A01908'

red 160 ◦ green 25 ◦ blue 8

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

Shades of Fire Brick #A01908

Tints of Fire Brick #A01908

RGB

 RED value IS 160 (62.89% from 255) = 82.9%

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

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

R = 82.9%
G = 12.95%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A01908 (or 0xA01908) is known color: Fire Brick. HEX triplet: A0, 19 and 08. RGB value is (160,25,8). Sum of RGB (Red+Green+Blue) = 160+25+8=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A01908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01908 is #5FE6F7. Grayscale: #3F3F3F. Windows color (decimal): -6285048 or 530848. OLE color: 530848.

HSL color Cylindrical-coordinate representation of color #A01908: hue angle of 6.71º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A01908 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 25 8 -
CMYK 0 0.84 0.95 0.37
HSL 6.71º 0.9% 0.33% -
HSV(B) 6.71º 0.95% 0.63% -
XYZ 14.89 8.19 1.03 -
YUV 63.43 96.73 196.88 -
System Red Green Blue C M Y K H S L
Decimal 160 25 8 0 0.84 0.95 0.37 6.71 0.9 0.33
Hex A0 19 8 0 54 5F 25 7 5A 21
Octal 240 31 10 0 124 137 45 7 132 41
Binary 10100000 11001 1000 0 1010100 1011111 100101 111 1011010 100001

Color Harmonies of #A01908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01908

Black with #A01908

Text Example


Text Example

White with #A01908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01908; }

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

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

background-color css

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

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

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

border-color css

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

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

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