Html Css Color HEX #A21811 Fire Brick

📋 copy color: '#A21811'

red 162 ◦ green 24 ◦ blue 17

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

Shades of Fire Brick #A21811

Tints of Fire Brick #A21811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 79.8%
G = 11.82%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A21811 (or 0xA21811) is known color: Fire Brick. HEX triplet: A2, 18 and 11. RGB value is (162,24,17). Sum of RGB (Red+Green+Blue) = 162+24+17=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A21811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21811 is #5DE7EE. Grayscale: #404040. Windows color (decimal): -6154223 or 1120418. OLE color: 1120418.

HSL color Cylindrical-coordinate representation of color #A21811: hue angle of 2.9º 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 #A21811 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 24 17 -
CMYK 0 0.85 0.90 0.36
HSL 2.9º 0.81% 0.35% -
HSV(B) 2.9º 0.9% 0.64% -
XYZ 15.33 8.38 1.34 -
YUV 64.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 162 24 17 0 0.85 0.90 0.36 2.9 0.81 0.35
Hex A2 18 11 0 55 5A 24 3 51 23
Octal 242 30 21 0 125 132 44 3 121 43
Binary 10100010 11000 10001 0 1010101 1011010 100100 11 1010001 100011

Color Harmonies of #A21811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21811

Black with #A21811

Text Example


Text Example

White with #A21811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21811; }

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

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

background-color css

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

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

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

border-color css

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

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

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