Html Css Color HEX #A11515 Fire Brick

📋 copy color: '#A11515'

red 161 ◦ green 21 ◦ blue 21

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

Shades of Fire Brick #A11515

Tints of Fire Brick #A11515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 79.31%
G = 10.34%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A11515 (or 0xA11515) is known color: Fire Brick. HEX triplet: A1, 15 and 15. RGB value is (161,21,21). Sum of RGB (Red+Green+Blue) = 161+21+21=203 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.31% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 161 - color contains mainly: red. Hex color #A11515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11515 is #5EEAEA. Grayscale: #3F3F3F. Windows color (decimal): -6220523 or 1381793. OLE color: 1381793.

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

Color convert

RGB 161 21 21 -
CMYK 0 0.87 0.87 0.37
HSL 0.77% 0.36% -
HSV(B) 0.87% 0.63% -
XYZ 15.1 8.17 1.49 -
YUV 62.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 161 21 21 0 0.87 0.87 0.37 0 0.77 0.36
Hex A1 15 15 0 57 57 25 0 4D 24
Octal 241 25 25 0 127 127 45 0 115 44
Binary 10100001 10101 10101 0 1010111 1010111 100101 0 1001101 100100

Color Harmonies of #A11515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11515

Black with #A11515

Text Example


Text Example

White with #A11515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11515; }

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

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

background-color css

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

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

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

border-color css

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

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

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