Html Css Color HEX #A12014 Fire Brick

📋 copy color: '#A12014'

red 161 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #A12014

Tints of Fire Brick #A12014

RGB

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

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

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

R = 75.59%
G = 15.02%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A12014 (or 0xA12014) is known color: Fire Brick. HEX triplet: A1, 20 and 14. RGB value is (161,32,20). Sum of RGB (Red+Green+Blue) = 161+32+20=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A12014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12014 is #5EDFEB. Grayscale: #454545. Windows color (decimal): -6217708 or 1319073. OLE color: 1319073.

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

Color convert

RGB 161 32 20 -
CMYK 0 0.80 0.88 0.37
HSL 5.11º 0.78% 0.35% -
HSV(B) 5.11º 0.88% 0.63% -
XYZ 15.34 8.66 1.52 -
YUV 69.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 161 32 20 0 0.80 0.88 0.37 5.11 0.78 0.35
Hex A1 20 14 0 50 58 25 5 4E 23
Octal 241 40 24 0 120 130 45 5 116 43
Binary 10100001 100000 10100 0 1010000 1011000 100101 101 1001110 100011

Color Harmonies of #A12014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12014

Black with #A12014

Text Example


Text Example

White with #A12014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12014; }

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

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

background-color css

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

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

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

border-color css

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

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

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