Html Css Color HEX #A81A08 Fire Brick

📋 copy color: '#A81A08'

red 168 ◦ green 26 ◦ blue 8

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

Shades of Fire Brick #A81A08

Tints of Fire Brick #A81A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 83.17%
G = 12.87%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A81A08 (or 0xA81A08) is known color: Fire Brick. HEX triplet: A8, 1A and 08. RGB value is (168,26,8). Sum of RGB (Red+Green+Blue) = 168+26+8=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A08 is #57E5F7. Grayscale: #424242. Windows color (decimal): -5760504 or 531112. OLE color: 531112.

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

Color convert

RGB 168 26 8 -
CMYK 0 0.85 0.95 0.34
HSL 6.75º 0.91% 0.35% -
HSV(B) 6.75º 0.95% 0.66% -
XYZ 16.56 9.08 1.11 -
YUV 66.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 168 26 8 0 0.85 0.95 0.34 6.75 0.91 0.35
Hex A8 1A 8 0 55 5F 22 7 5B 23
Octal 250 32 10 0 125 137 42 7 133 43
Binary 10101000 11010 1000 0 1010101 1011111 100010 111 1011011 100011

Color Harmonies of #A81A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A08

Black with #A81A08

Text Example


Text Example

White with #A81A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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