Html Css Color HEX #A12015 Fire Brick

📋 copy color: '#A12015'

red 161 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #A12015

Tints of Fire Brick #A12015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 75.23%
G = 14.95%
B = 9.81%

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

#A12015 (or 0xA12015) is known color: Fire Brick. HEX triplet: A1, 20 and 15. RGB value is (161,32,21). Sum of RGB (Red+Green+Blue) = 161+32+21=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A12015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12015 is #5EDFEA. Grayscale: #454545. Windows color (decimal): -6217707 or 1384609. OLE color: 1384609.

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

Color convert

RGB 161 32 21 -
CMYK 0 0.80 0.87 0.37
HSL 4.71º 0.77% 0.36% -
HSV(B) 4.71º 0.87% 0.63% -
XYZ 15.35 8.66 1.57 -
YUV 69.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 161 32 21 0 0.80 0.87 0.37 4.71 0.77 0.36
Hex A1 20 15 0 50 57 25 5 4D 24
Octal 241 40 25 0 120 127 45 5 115 44
Binary 10100001 100000 10101 0 1010000 1010111 100101 101 1001101 100100

Color Harmonies of #A12015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12015

Black with #A12015

Text Example


Text Example

White with #A12015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12015; }

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

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

background-color css

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

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

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

border-color css

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

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

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