Html Css Color HEX #A11F06 Fire Brick

📋 copy color: '#A11F06'

red 161 ◦ green 31 ◦ blue 6

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

Shades of Fire Brick #A11F06

Tints of Fire Brick #A11F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.03%

R = 81.31%
G = 15.66%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A11F06 (or 0xA11F06) is known color: Fire Brick. HEX triplet: A1, 1F and 06. RGB value is (161,31,6). Sum of RGB (Red+Green+Blue) = 161+31+6=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 31 (12.5% from 255 or 15.66% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F06 is #5EE0F9. Grayscale: #434343. Windows color (decimal): -6217978 or 401313. OLE color: 401313.

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

Color convert

RGB 161 31 6 -
CMYK 0 0.81 0.96 0.37
HSL 9.68º 0.93% 0.33% -
HSV(B) 9.68º 0.96% 0.63% -
XYZ 15.22 8.57 1.02 -
YUV 67.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 161 31 6 0 0.81 0.96 0.37 9.68 0.93 0.33
Hex A1 1F 6 0 51 60 25 A 5D 21
Octal 241 37 6 0 121 140 45 12 135 41
Binary 10100001 11111 110 0 1010001 1100000 100101 1010 1011101 100001

Color Harmonies of #A11F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F06

Black with #A11F06

Text Example


Text Example

White with #A11F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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