Html Css Color HEX #A81608 Fire Brick

📋 copy color: '#A81608'

red 168 ◦ green 22 ◦ blue 8

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

Shades of Fire Brick #A81608

Tints of Fire Brick #A81608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.11%

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

R = 84.85%
G = 11.11%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A81608 (or 0xA81608) is known color: Fire Brick. HEX triplet: A8, 16 and 08. RGB value is (168,22,8). Sum of RGB (Red+Green+Blue) = 168+22+8=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A81608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81608 is #57E9F7. Grayscale: #404040. Windows color (decimal): -5761528 or 530088. OLE color: 530088.

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

Color convert

RGB 168 22 8 -
CMYK 0 0.87 0.95 0.34
HSL 5.25º 0.91% 0.35% -
HSV(B) 5.25º 0.95% 0.66% -
XYZ 16.48 8.92 1.08 -
YUV 64.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 168 22 8 0 0.87 0.95 0.34 5.25 0.91 0.35
Hex A8 16 8 0 57 5F 22 5 5B 23
Octal 250 26 10 0 127 137 42 5 133 43
Binary 10101000 10110 1000 0 1010111 1011111 100010 101 1011011 100011

Color Harmonies of #A81608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81608

Black with #A81608

Text Example


Text Example

White with #A81608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81608; }

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

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

background-color css

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

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

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

border-color css

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

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

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