Html Css Color HEX #A21816 Fire Brick

📋 copy color: '#A21816'

red 162 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #A21816

Tints of Fire Brick #A21816

RGB

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

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

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

R = 77.88%
G = 11.54%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A21816 (or 0xA21816) is known color: Fire Brick. HEX triplet: A2, 18 and 16. RGB value is (162,24,22). Sum of RGB (Red+Green+Blue) = 162+24+22=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A21816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21816 is #5DE7E9. Grayscale: #414141. Windows color (decimal): -6154218 or 1448098. OLE color: 1448098.

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

Color convert

RGB 162 24 22 -
CMYK 0 0.85 0.86 0.36
HSL 0.86º 0.76% 0.36% -
HSV(B) 0.86º 0.86% 0.64% -
XYZ 15.37 8.39 1.57 -
YUV 65.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 162 24 22 0 0.85 0.86 0.36 0.86 0.76 0.36
Hex A2 18 16 0 55 56 24 1 4C 24
Octal 242 30 26 0 125 126 44 1 114 44
Binary 10100010 11000 10110 0 1010101 1010110 100100 1 1001100 100100

Color Harmonies of #A21816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21816

Black with #A21816

Text Example


Text Example

White with #A21816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21816; }

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

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

background-color css

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

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

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

border-color css

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

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

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