Html Css Color HEX #A2210B Fire Brick

📋 copy color: '#A2210B'

red 162 ◦ green 33 ◦ blue 11

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

Shades of Fire Brick #A2210B

Tints of Fire Brick #A2210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 78.64%
G = 16.02%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2210B (or 0xA2210B) is known color: Fire Brick. HEX triplet: A2, 21 and 0B. RGB value is (162,33,11). Sum of RGB (Red+Green+Blue) = 162+33+11=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2210B is #5DDEF4. Grayscale: #454545. Windows color (decimal): -6151925 or 729506. OLE color: 729506.

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

Color convert

RGB 162 33 11 -
CMYK 0 0.80 0.93 0.36
HSL 8.74º 0.87% 0.34% -
HSV(B) 8.74º 0.93% 0.64% -
XYZ 15.5 8.79 1.2 -
YUV 69.06 95.24 194.29 -
System Red Green Blue C M Y K H S L
Decimal 162 33 11 0 0.80 0.93 0.36 8.74 0.87 0.34
Hex A2 21 B 0 50 5D 24 9 57 22
Octal 242 41 13 0 120 135 44 11 127 42
Binary 10100010 100001 1011 0 1010000 1011101 100100 1001 1010111 100010

Color Harmonies of #A2210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2210B

Black with #A2210B

Text Example


Text Example

White with #A2210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2210B; }

 p { color: rgb(162,33,11); }

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

background-color css

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

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

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

border-color css

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

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

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