Html Css Color HEX #A12115 Fire Brick

📋 copy color: '#A12115'

red 161 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #A12115

Tints of Fire Brick #A12115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 74.88%
G = 15.35%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A12115 (or 0xA12115) is known color: Fire Brick. HEX triplet: A1, 21 and 15. RGB value is (161,33,21). Sum of RGB (Red+Green+Blue) = 161+33+21=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A12115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12115 is #5EDEEA. Grayscale: #464646. Windows color (decimal): -6217451 or 1384865. OLE color: 1384865.

HSL color Cylindrical-coordinate representation of color #A12115: hue angle of 5.14º 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 #A12115 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 33 21 -
CMYK 0 0.80 0.87 0.37
HSL 5.14º 0.77% 0.36% -
HSV(B) 5.14º 0.87% 0.63% -
XYZ 15.38 8.72 1.58 -
YUV 69.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 161 33 21 0 0.80 0.87 0.37 5.14 0.77 0.36
Hex A1 21 15 0 50 57 25 5 4D 24
Octal 241 41 25 0 120 127 45 5 115 44
Binary 10100001 100001 10101 0 1010000 1010111 100101 101 1001101 100100

Color Harmonies of #A12115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12115

Black with #A12115

Text Example


Text Example

White with #A12115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12115; }

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

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

background-color css

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

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

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

border-color css

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

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

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