Html Css Color HEX #A91409 Fire Brick

📋 copy color: '#A91409'

red 169 ◦ green 20 ◦ blue 9

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

Shades of Fire Brick #A91409

Tints of Fire Brick #A91409

RGB

 RED value IS 169 (66.41% from 255) = 85.35%

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

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

R = 85.35%
G = 10.1%
B = 4.55%

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

#A91409 (or 0xA91409) is known color: Fire Brick. HEX triplet: A9, 14 and 09. RGB value is (169,20,9). Sum of RGB (Red+Green+Blue) = 169+20+9=198 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.35% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 169 - color contains mainly: red. Hex color #A91409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91409 is #56EBF6. Grayscale: #3F3F3F. Windows color (decimal): -5696503 or 595113. OLE color: 595113.

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

Color convert

RGB 169 20 9 -
CMYK 0 0.88 0.95 0.34
HSL 4.13º 0.9% 0.35% -
HSV(B) 4.13º 0.95% 0.66% -
XYZ 16.66 8.96 1.11 -
YUV 63.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 169 20 9 0 0.88 0.95 0.34 4.13 0.9 0.35
Hex A9 14 9 0 58 5F 22 4 5A 23
Octal 251 24 11 0 130 137 42 4 132 43
Binary 10101001 10100 1001 0 1011000 1011111 100010 100 1011010 100011

Color Harmonies of #A91409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91409

Black with #A91409

Text Example


Text Example

White with #A91409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91409; }

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

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

background-color css

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

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

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

border-color css

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

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

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