Html Css Color HEX #A21E0A Fire Brick

📋 copy color: '#A21E0A'

red 162 ◦ green 30 ◦ blue 10

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

Shades of Fire Brick #A21E0A

Tints of Fire Brick #A21E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.95%

R = 80.2%
G = 14.85%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A21E0A (or 0xA21E0A) is known color: Fire Brick. HEX triplet: A2, 1E and 0A. RGB value is (162,30,10). Sum of RGB (Red+Green+Blue) = 162+30+10=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E0A is #5DE1F5. Grayscale: #434343. Windows color (decimal): -6152694 or 663202. OLE color: 663202.

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

Color convert

RGB 162 30 10 -
CMYK 0 0.81 0.94 0.36
HSL 7.89º 0.88% 0.34% -
HSV(B) 7.89º 0.94% 0.64% -
XYZ 15.42 8.63 1.14 -
YUV 67.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 162 30 10 0 0.81 0.94 0.36 7.89 0.88 0.34
Hex A2 1E A 0 51 5E 24 8 58 22
Octal 242 36 12 0 121 136 44 10 130 42
Binary 10100010 11110 1010 0 1010001 1011110 100100 1000 1011000 100010

Color Harmonies of #A21E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E0A

Black with #A21E0A

Text Example


Text Example

White with #A21E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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