Html Css Color HEX #A81408 Fire Brick

📋 copy color: '#A81408'

red 168 ◦ green 20 ◦ blue 8

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

Shades of Fire Brick #A81408

Tints of Fire Brick #A81408

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 85.71%
G = 10.2%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A81408 (or 0xA81408) is known color: Fire Brick. HEX triplet: A8, 14 and 08. RGB value is (168,20,8). Sum of RGB (Red+Green+Blue) = 168+20+8=196 (25% of max value = 765). Red value is 168 (66.02% from 255 or 85.71% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 168 - color contains mainly: red. Hex color #A81408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81408 is #57EBF7. Grayscale: #3F3F3F. Windows color (decimal): -5762040 or 529576. OLE color: 529576.

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

Color convert

RGB 168 20 8 -
CMYK 0 0.88 0.95 0.34
HSL 4.5º 0.91% 0.35% -
HSV(B) 4.5º 0.95% 0.66% -
XYZ 16.44 8.84 1.07 -
YUV 62.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 168 20 8 0 0.88 0.95 0.34 4.5 0.91 0.35
Hex A8 14 8 0 58 5F 22 4 5B 23
Octal 250 24 10 0 130 137 42 4 133 43
Binary 10101000 10100 1000 0 1011000 1011111 100010 100 1011011 100011

Color Harmonies of #A81408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81408

Black with #A81408

Text Example


Text Example

White with #A81408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81408; }

 p { color: rgb(168,20,8); }

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

background-color css

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

 a { background-color: rgb(168,20,8); }

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

border-color css

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

 span { border-color: rgb(168,20,8); }

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