Html Css Color HEX #A21E19 Fire Brick

📋 copy color: '#A21E19'

red 162 ◦ green 30 ◦ blue 25

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

Shades of Fire Brick #A21E19

Tints of Fire Brick #A21E19

RGB

 RED value IS 162 (63.67% from 255) = 74.65%

 GREEN value IS 30 (12.11% from 255) = 13.82%

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

R = 74.65%
G = 13.82%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A21E19 (or 0xA21E19) is known color: Fire Brick. HEX triplet: A2, 1E and 19. RGB value is (162,30,25). Sum of RGB (Red+Green+Blue) = 162+30+25=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E19 is #5DE1E6. Grayscale: #454545. Windows color (decimal): -6152679 or 1646242. OLE color: 1646242.

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

Color convert

RGB 162 30 25 -
CMYK 0 0.81 0.85 0.36
HSL 2.19º 0.73% 0.37% -
HSV(B) 2.19º 0.85% 0.64% -
XYZ 15.54 8.68 1.78 -
YUV 68.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 162 30 25 0 0.81 0.85 0.36 2.19 0.73 0.37
Hex A2 1E 19 0 51 55 24 2 49 25
Octal 242 36 31 0 121 125 44 2 111 45
Binary 10100010 11110 11001 0 1010001 1010101 100100 10 1001001 100101

Color Harmonies of #A21E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E19

Black with #A21E19

Text Example


Text Example

White with #A21E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E19; }

 p { color: rgb(162,30,25); }

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

background-color css

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

 a { background-color: rgb(162,30,25); }

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

border-color css

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

 span { border-color: rgb(162,30,25); }

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