Html Css Color HEX #A11D09 Fire Brick

📋 copy color: '#A11D09'

red 161 ◦ green 29 ◦ blue 9

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

Shades of Fire Brick #A11D09

Tints of Fire Brick #A11D09

RGB

 RED value IS 161 (63.28% from 255) = 80.9%

 GREEN value IS 29 (11.72% from 255) = 14.57%

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

R = 80.9%
G = 14.57%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A11D09 (or 0xA11D09) is known color: Fire Brick. HEX triplet: A1, 1D and 09. RGB value is (161,29,9). Sum of RGB (Red+Green+Blue) = 161+29+9=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D09 is #5EE2F6. Grayscale: #424242. Windows color (decimal): -6218487 or 597409. OLE color: 597409.

HSL color Cylindrical-coordinate representation of color #A11D09: hue angle of 7.89º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A11D09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 29 9 -
CMYK 0 0.82 0.94 0.37
HSL 7.89º 0.89% 0.33% -
HSV(B) 7.89º 0.94% 0.63% -
XYZ 15.19 8.48 1.09 -
YUV 66.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 161 29 9 0 0.82 0.94 0.37 7.89 0.89 0.33
Hex A1 1D 9 0 52 5E 25 8 59 21
Octal 241 35 11 0 122 136 45 10 131 41
Binary 10100001 11101 1001 0 1010010 1011110 100101 1000 1011001 100001

Color Harmonies of #A11D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D09

Black with #A11D09

Text Example


Text Example

White with #A11D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D09; }

 p { color: rgb(161,29,9); }

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

background-color css

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

 a { background-color: rgb(161,29,9); }

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

border-color css

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

 span { border-color: rgb(161,29,9); }

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