Html Css Color HEX #A81409 Fire Brick

📋 copy color: '#A81409'

red 168 ◦ green 20 ◦ blue 9

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

Shades of Fire Brick #A81409

Tints of Fire Brick #A81409

RGB

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

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

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

R = 85.28%
G = 10.15%
B = 4.57%

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

#A81409 (or 0xA81409) is known color: Fire Brick. HEX triplet: A8, 14 and 09. RGB value is (168,20,9). Sum of RGB (Red+Green+Blue) = 168+20+9=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A81409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81409 is #57EBF6. Grayscale: #3F3F3F. Windows color (decimal): -5762039 or 595112. OLE color: 595112.

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

Color convert

RGB 168 20 9 -
CMYK 0 0.88 0.95 0.34
HSL 4.15º 0.9% 0.35% -
HSV(B) 4.15º 0.95% 0.66% -
XYZ 16.45 8.84 1.1 -
YUV 63 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 168 20 9 0 0.88 0.95 0.34 4.15 0.9 0.35
Hex A8 14 9 0 58 5F 22 4 5A 23
Octal 250 24 11 0 130 137 42 4 132 43
Binary 10101000 10100 1001 0 1011000 1011111 100010 100 1011010 100011

Color Harmonies of #A81409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81409

Black with #A81409

Text Example


Text Example

White with #A81409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81409; }

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

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

background-color css

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

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

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

border-color css

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

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

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