Html Css Color HEX #A2211A Fire Brick

📋 copy color: '#A2211A'

red 162 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #A2211A

Tints of Fire Brick #A2211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.76%

R = 73.3%
G = 14.93%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2211A (or 0xA2211A) is known color: Fire Brick. HEX triplet: A2, 21 and 1A. RGB value is (162,33,26). Sum of RGB (Red+Green+Blue) = 162+33+26=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A2211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2211A is #5DDEE5. Grayscale: #464646. Windows color (decimal): -6151910 or 1712546. OLE color: 1712546.

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

Color convert

RGB 162 33 26 -
CMYK 0 0.80 0.84 0.36
HSL 3.09º 0.72% 0.37% -
HSV(B) 3.09º 0.84% 0.64% -
XYZ 15.63 8.84 1.86 -
YUV 70.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 162 33 26 0 0.80 0.84 0.36 3.09 0.72 0.37
Hex A2 21 1A 0 50 54 24 3 48 25
Octal 242 41 32 0 120 124 44 3 110 45
Binary 10100010 100001 11010 0 1010000 1010100 100100 11 1001000 100101

Color Harmonies of #A2211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2211A

Black with #A2211A

Text Example


Text Example

White with #A2211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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