Html Css Color HEX #A11D07 Fire Brick

📋 copy color: '#A11D07'

red 161 ◦ green 29 ◦ blue 7

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

Shades of Fire Brick #A11D07

Tints of Fire Brick #A11D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.55%

R = 81.73%
G = 14.72%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A11D07 (or 0xA11D07) is known color: Fire Brick. HEX triplet: A1, 1D and 07. RGB value is (161,29,7). Sum of RGB (Red+Green+Blue) = 161+29+7=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D07 is #5EE2F8. Grayscale: #424242. Windows color (decimal): -6218489 or 466337. OLE color: 466337.

HSL color Cylindrical-coordinate representation of color #A11D07: hue angle of 8.57º degrees, saturation: 0.92, 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 #A11D07 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 29 7 -
CMYK 0 0.82 0.96 0.37
HSL 8.57º 0.92% 0.33% -
HSV(B) 8.57º 0.96% 0.63% -
XYZ 15.18 8.47 1.04 -
YUV 65.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 161 29 7 0 0.82 0.96 0.37 8.57 0.92 0.33
Hex A1 1D 7 0 52 60 25 9 5C 21
Octal 241 35 7 0 122 140 45 11 134 41
Binary 10100001 11101 111 0 1010010 1100000 100101 1001 1011100 100001

Color Harmonies of #A11D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D07

Black with #A11D07

Text Example


Text Example

White with #A11D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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