Html Css Color HEX #A81609 Fire Brick

📋 copy color: '#A81609'

red 168 ◦ green 22 ◦ blue 9

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

Shades of Fire Brick #A81609

Tints of Fire Brick #A81609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.52%

R = 84.42%
G = 11.06%
B = 4.52%

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

#A81609 (or 0xA81609) is known color: Fire Brick. HEX triplet: A8, 16 and 09. RGB value is (168,22,9). Sum of RGB (Red+Green+Blue) = 168+22+9=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A81609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81609 is #57E9F6. Grayscale: #404040. Windows color (decimal): -5761527 or 595624. OLE color: 595624.

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

Color convert

RGB 168 22 9 -
CMYK 0 0.87 0.95 0.34
HSL 4.91º 0.9% 0.35% -
HSV(B) 4.91º 0.95% 0.66% -
XYZ 16.48 8.92 1.11 -
YUV 64.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 168 22 9 0 0.87 0.95 0.34 4.91 0.9 0.35
Hex A8 16 9 0 57 5F 22 5 5A 23
Octal 250 26 11 0 127 137 42 5 132 43
Binary 10101000 10110 1001 0 1010111 1011111 100010 101 1011010 100011

Color Harmonies of #A81609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81609

Black with #A81609

Text Example


Text Example

White with #A81609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81609; }

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

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

background-color css

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

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

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

border-color css

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

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

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