Html Css Color HEX #A21E18 Fire Brick

📋 copy color: '#A21E18'

red 162 ◦ green 30 ◦ blue 24

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

Shades of Fire Brick #A21E18

Tints of Fire Brick #A21E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.11%

R = 75%
G = 13.89%
B = 11.11%

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

#A21E18 (or 0xA21E18) is known color: Fire Brick. HEX triplet: A2, 1E and 18. RGB value is (162,30,24). Sum of RGB (Red+Green+Blue) = 162+30+24=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E18 is #5DE1E7. Grayscale: #444444. Windows color (decimal): -6152680 or 1580706. OLE color: 1580706.

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

Color convert

RGB 162 30 24 -
CMYK 0 0.81 0.85 0.36
HSL 2.61º 0.74% 0.36% -
HSV(B) 2.61º 0.85% 0.64% -
XYZ 15.53 8.68 1.72 -
YUV 68.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 162 30 24 0 0.81 0.85 0.36 2.61 0.74 0.36
Hex A2 1E 18 0 51 55 24 3 4A 24
Octal 242 36 30 0 121 125 44 3 112 44
Binary 10100010 11110 11000 0 1010001 1010101 100100 11 1001010 100100

Color Harmonies of #A21E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E18

Black with #A21E18

Text Example


Text Example

White with #A21E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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