Html Css Color HEX #A21716 Fire Brick

📋 copy color: '#A21716'

red 162 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #A21716

Tints of Fire Brick #A21716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 78.26%
G = 11.11%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A21716 (or 0xA21716) is known color: Fire Brick. HEX triplet: A2, 17 and 16. RGB value is (162,23,22). Sum of RGB (Red+Green+Blue) = 162+23+22=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A21716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21716 is #5DE8E9. Grayscale: #404040. Windows color (decimal): -6154474 or 1447842. OLE color: 1447842.

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

Color convert

RGB 162 23 22 -
CMYK 0 0.86 0.86 0.36
HSL 0.43º 0.76% 0.36% -
HSV(B) 0.43º 0.86% 0.64% -
XYZ 15.35 8.35 1.56 -
YUV 64.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 162 23 22 0 0.86 0.86 0.36 0.43 0.76 0.36
Hex A2 17 16 0 56 56 24 0 4C 24
Octal 242 27 26 0 126 126 44 0 114 44
Binary 10100010 10111 10110 0 1010110 1010110 100100 0 1001100 100100

Color Harmonies of #A21716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21716

Black with #A21716

Text Example


Text Example

White with #A21716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21716; }

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

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

background-color css

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

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

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

border-color css

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

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

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