Html Css Color HEX #A01D08 Fire Brick

📋 copy color: '#A01D08'

red 160 ◦ green 29 ◦ blue 8

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

Shades of Fire Brick #A01D08

Tints of Fire Brick #A01D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.72%

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

R = 81.22%
G = 14.72%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A01D08 (or 0xA01D08) is known color: Fire Brick. HEX triplet: A0, 1D and 08. RGB value is (160,29,8). Sum of RGB (Red+Green+Blue) = 160+29+8=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01D08 is #5FE2F7. Grayscale: #414141. Windows color (decimal): -6284024 or 531872. OLE color: 531872.

HSL color Cylindrical-coordinate representation of color #A01D08: hue angle of 8.29º 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 #A01D08 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 29 8 -
CMYK 0 0.82 0.95 0.37
HSL 8.29º 0.9% 0.33% -
HSV(B) 8.29º 0.95% 0.63% -
XYZ 14.98 8.37 1.06 -
YUV 65.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 160 29 8 0 0.82 0.95 0.37 8.29 0.9 0.33
Hex A0 1D 8 0 52 5F 25 8 5A 21
Octal 240 35 10 0 122 137 45 10 132 41
Binary 10100000 11101 1000 0 1010010 1011111 100101 1000 1011010 100001

Color Harmonies of #A01D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D08

Black with #A01D08

Text Example


Text Example

White with #A01D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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