Html Css Color HEX #A11D12 Fire Brick

📋 copy color: '#A11D12'

red 161 ◦ green 29 ◦ blue 18

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

Shades of Fire Brick #A11D12

Tints of Fire Brick #A11D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 77.4%
G = 13.94%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A11D12 (or 0xA11D12) is known color: Fire Brick. HEX triplet: A1, 1D and 12. RGB value is (161,29,18). Sum of RGB (Red+Green+Blue) = 161+29+18=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D12 is #5EE2ED. Grayscale: #434343. Windows color (decimal): -6218478 or 1187233. OLE color: 1187233.

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

Color convert

RGB 161 29 18 -
CMYK 0 0.82 0.89 0.37
HSL 4.62º 0.8% 0.35% -
HSV(B) 4.62º 0.89% 0.63% -
XYZ 15.25 8.5 1.41 -
YUV 67.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 161 29 18 0 0.82 0.89 0.37 4.62 0.8 0.35
Hex A1 1D 12 0 52 59 25 5 50 23
Octal 241 35 22 0 122 131 45 5 120 43
Binary 10100001 11101 10010 0 1010010 1011001 100101 101 1010000 100011

Color Harmonies of #A11D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D12

Black with #A11D12

Text Example


Text Example

White with #A11D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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