Html Css Color HEX #A21E11 Fire Brick

📋 copy color: '#A21E11'

red 162 ◦ green 30 ◦ blue 17

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

Shades of Fire Brick #A21E11

Tints of Fire Brick #A21E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.13%

R = 77.51%
G = 14.35%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A21E11 (or 0xA21E11) is known color: Fire Brick. HEX triplet: A2, 1E and 11. RGB value is (162,30,17). Sum of RGB (Red+Green+Blue) = 162+30+17=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E11 is #5DE1EE. Grayscale: #444444. Windows color (decimal): -6152687 or 1121954. OLE color: 1121954.

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

Color convert

RGB 162 30 17 -
CMYK 0 0.81 0.90 0.36
HSL 5.38º 0.81% 0.35% -
HSV(B) 5.38º 0.9% 0.64% -
XYZ 15.47 8.65 1.38 -
YUV 67.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 162 30 17 0 0.81 0.90 0.36 5.38 0.81 0.35
Hex A2 1E 11 0 51 5A 24 5 51 23
Octal 242 36 21 0 121 132 44 5 121 43
Binary 10100010 11110 10001 0 1010001 1011010 100100 101 1010001 100011

Color Harmonies of #A21E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E11

Black with #A21E11

Text Example


Text Example

White with #A21E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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