Html Css Color HEX #A21616 Fire Brick

📋 copy color: '#A21616'

red 162 ◦ green 22 ◦ blue 22

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

Shades of Fire Brick #A21616

Tints of Fire Brick #A21616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.68%

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

R = 78.64%
G = 10.68%
B = 10.68%

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

#A21616 (or 0xA21616) is known color: Fire Brick. HEX triplet: A2, 16 and 16. RGB value is (162,22,22). Sum of RGB (Red+Green+Blue) = 162+22+22=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A21616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21616 is #5DE9E9. Grayscale: #404040. Windows color (decimal): -6154730 or 1447586. OLE color: 1447586.

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

Color convert

RGB 162 22 22 -
CMYK 0 0.86 0.86 0.36
HSL 0.76% 0.36% -
HSV(B) 0.86% 0.64% -
XYZ 15.33 8.31 1.56 -
YUV 63.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 162 22 22 0 0.86 0.86 0.36 0 0.76 0.36
Hex A2 16 16 0 56 56 24 0 4C 24
Octal 242 26 26 0 126 126 44 0 114 44
Binary 10100010 10110 10110 0 1010110 1010110 100100 0 1001100 100100

Color Harmonies of #A21616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21616

Black with #A21616

Text Example


Text Example

White with #A21616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21616; }

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

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

background-color css

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

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

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

border-color css

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

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

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