Html Css Color HEX #A11F09 Fire Brick

📋 copy color: '#A11F09'

red 161 ◦ green 31 ◦ blue 9

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

Shades of Fire Brick #A11F09

Tints of Fire Brick #A11F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.42%

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

R = 80.1%
G = 15.42%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A11F09 (or 0xA11F09) is known color: Fire Brick. HEX triplet: A1, 1F and 09. RGB value is (161,31,9). Sum of RGB (Red+Green+Blue) = 161+31+9=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F09 is #5EE0F6. Grayscale: #434343. Windows color (decimal): -6217975 or 597921. OLE color: 597921.

HSL color Cylindrical-coordinate representation of color #A11F09: hue angle of 8.68º 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 #A11F09 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 31 9 -
CMYK 0 0.81 0.94 0.37
HSL 8.68º 0.89% 0.33% -
HSV(B) 8.68º 0.94% 0.63% -
XYZ 15.24 8.58 1.11 -
YUV 67.36 95.07 194.79 -
System Red Green Blue C M Y K H S L
Decimal 161 31 9 0 0.81 0.94 0.37 8.68 0.89 0.33
Hex A1 1F 9 0 51 5E 25 9 59 21
Octal 241 37 11 0 121 136 45 11 131 41
Binary 10100001 11111 1001 0 1010001 1011110 100101 1001 1011001 100001

Color Harmonies of #A11F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F09

Black with #A11F09

Text Example


Text Example

White with #A11F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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