Html Css Color HEX #A21A16 Fire Brick

📋 copy color: '#A21A16'

red 162 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #A21A16

Tints of Fire Brick #A21A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.38%

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

R = 77.14%
G = 12.38%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A21A16 (or 0xA21A16) is known color: Fire Brick. HEX triplet: A2, 1A and 16. RGB value is (162,26,22). Sum of RGB (Red+Green+Blue) = 162+26+22=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A16 is #5DE5E9. Grayscale: #424242. Windows color (decimal): -6153706 or 1448610. OLE color: 1448610.

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

Color convert

RGB 162 26 22 -
CMYK 0 0.84 0.86 0.36
HSL 1.71º 0.76% 0.36% -
HSV(B) 1.71º 0.86% 0.64% -
XYZ 15.41 8.48 1.58 -
YUV 66.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 162 26 22 0 0.84 0.86 0.36 1.71 0.76 0.36
Hex A2 1A 16 0 54 56 24 2 4C 24
Octal 242 32 26 0 124 126 44 2 114 44
Binary 10100010 11010 10110 0 1010100 1010110 100100 10 1001100 100100

Color Harmonies of #A21A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A16

Black with #A21A16

Text Example


Text Example

White with #A21A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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