Html Css Color HEX #A81805 Fire Brick

📋 copy color: '#A81805'

red 168 ◦ green 24 ◦ blue 5

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

Shades of Fire Brick #A81805

Tints of Fire Brick #A81805

RGB

 RED value IS 168 (66.02% from 255) = 85.28%

 GREEN value IS 24 (9.77% from 255) = 12.18%

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 85.28%
G = 12.18%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A81805 (or 0xA81805) is known color: Fire Brick. HEX triplet: A8, 18 and 05. RGB value is (168,24,5). Sum of RGB (Red+Green+Blue) = 168+24+5=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A81805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81805 is #57E7FA. Grayscale: #414141. Windows color (decimal): -5761019 or 333992. OLE color: 333992.

HSL color Cylindrical-coordinate representation of color #A81805: hue angle of 6.99º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A81805 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 24 5 -
CMYK 0 0.86 0.97 0.34
HSL 6.99º 0.94% 0.34% -
HSV(B) 6.99º 0.97% 0.66% -
XYZ 16.5 8.99 1.01 -
YUV 64.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 168 24 5 0 0.86 0.97 0.34 6.99 0.94 0.34
Hex A8 18 5 0 56 61 22 7 5E 22
Octal 250 30 5 0 126 141 42 7 136 42
Binary 10101000 11000 101 0 1010110 1100001 100010 111 1011110 100010

Color Harmonies of #A81805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81805

Black with #A81805

Text Example


Text Example

White with #A81805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81805; }

 p { color: rgb(168,24,5); }

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

background-color css

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

 a { background-color: rgb(168,24,5); }

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

border-color css

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

 span { border-color: rgb(168,24,5); }

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