Html Css Color HEX #A21711 Fire Brick

📋 copy color: '#A21711'

red 162 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #A21711

Tints of Fire Brick #A21711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.39%

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

R = 80.2%
G = 11.39%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A21711 (or 0xA21711) is known color: Fire Brick. HEX triplet: A2, 17 and 11. RGB value is (162,23,17). Sum of RGB (Red+Green+Blue) = 162+23+17=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21711 is #5DE8EE. Grayscale: #404040. Windows color (decimal): -6154479 or 1120162. OLE color: 1120162.

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

Color convert

RGB 162 23 17 -
CMYK 0 0.86 0.90 0.36
HSL 2.48º 0.81% 0.35% -
HSV(B) 2.48º 0.9% 0.64% -
XYZ 15.31 8.33 1.33 -
YUV 63.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 162 23 17 0 0.86 0.90 0.36 2.48 0.81 0.35
Hex A2 17 11 0 56 5A 24 2 51 23
Octal 242 27 21 0 126 132 44 2 121 43
Binary 10100010 10111 10001 0 1010110 1011010 100100 10 1010001 100011

Color Harmonies of #A21711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21711

Black with #A21711

Text Example


Text Example

White with #A21711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21711; }

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

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

background-color css

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

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

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

border-color css

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

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

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