Html Css Color HEX #A12019 Fire Brick

📋 copy color: '#A12019'

red 161 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #A12019

Tints of Fire Brick #A12019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.47%

R = 73.85%
G = 14.68%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A12019 (or 0xA12019) is known color: Fire Brick. HEX triplet: A1, 20 and 19. RGB value is (161,32,25). Sum of RGB (Red+Green+Blue) = 161+32+25=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A12019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12019 is #5EDFE6. Grayscale: #454545. Windows color (decimal): -6217703 or 1646753. OLE color: 1646753.

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

Color convert

RGB 161 32 25 -
CMYK 0 0.80 0.84 0.37
HSL 3.09º 0.73% 0.36% -
HSV(B) 3.09º 0.84% 0.63% -
XYZ 15.39 8.68 1.78 -
YUV 69.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 161 32 25 0 0.80 0.84 0.37 3.09 0.73 0.36
Hex A1 20 19 0 50 54 25 3 49 24
Octal 241 40 31 0 120 124 45 3 111 44
Binary 10100001 100000 11001 0 1010000 1010100 100101 11 1001001 100100

Color Harmonies of #A12019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12019

Black with #A12019

Text Example


Text Example

White with #A12019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12019; }

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

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

background-color css

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

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

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

border-color css

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

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

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