Html Css Color HEX #A81808 Fire Brick

📋 copy color: '#A81808'

red 168 ◦ green 24 ◦ blue 8

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

Shades of Fire Brick #A81808

Tints of Fire Brick #A81808

RGB

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

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

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

R = 84%
G = 12%
B = 4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A81808 (or 0xA81808) is known color: Fire Brick. HEX triplet: A8, 18 and 08. RGB value is (168,24,8). Sum of RGB (Red+Green+Blue) = 168+24+8=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A81808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81808 is #57E7F7. Grayscale: #414141. Windows color (decimal): -5761016 or 530600. OLE color: 530600.

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

Color convert

RGB 168 24 8 -
CMYK 0 0.86 0.95 0.34
HSL 0.91% 0.35% -
HSV(B) 0.95% 0.66% -
XYZ 16.52 9 1.1 -
YUV 65.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 168 24 8 0 0.86 0.95 0.34 6 0.91 0.35
Hex A8 18 8 0 56 5F 22 6 5B 23
Octal 250 30 10 0 126 137 42 6 133 43
Binary 10101000 11000 1000 0 1010110 1011111 100010 110 1011011 100011

Color Harmonies of #A81808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81808

Black with #A81808

Text Example


Text Example

White with #A81808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81808; }

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

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

background-color css

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

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

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

border-color css

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

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

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