Html Css Color HEX #A11514 Fire Brick

📋 copy color: '#A11514'

red 161 ◦ green 21 ◦ blue 20

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

Shades of Fire Brick #A11514

Tints of Fire Brick #A11514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 79.7%
G = 10.4%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A11514 (or 0xA11514) is known color: Fire Brick. HEX triplet: A1, 15 and 14. RGB value is (161,21,20). Sum of RGB (Red+Green+Blue) = 161+21+20=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A11514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11514 is #5EEAEB. Grayscale: #3E3E3E. Windows color (decimal): -6220524 or 1316257. OLE color: 1316257.

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

Color convert

RGB 161 21 20 -
CMYK 0 0.87 0.88 0.37
HSL 0.43º 0.78% 0.35% -
HSV(B) 0.43º 0.88% 0.63% -
XYZ 15.09 8.16 1.44 -
YUV 62.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 161 21 20 0 0.87 0.88 0.37 0.43 0.78 0.35
Hex A1 15 14 0 57 58 25 0 4E 23
Octal 241 25 24 0 127 130 45 0 116 43
Binary 10100001 10101 10100 0 1010111 1011000 100101 0 1001110 100011

Color Harmonies of #A11514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11514

Black with #A11514

Text Example


Text Example

White with #A11514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11514; }

 p { color: rgb(161,21,20); }

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

background-color css

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

 a { background-color: rgb(161,21,20); }

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

border-color css

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

 span { border-color: rgb(161,21,20); }

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