Html Css Color HEX #A62221 Fire Brick

📋 copy color: '#A62221'

red 166 ◦ green 34 ◦ blue 33

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

Shades of Fire Brick #A62221

Tints of Fire Brick #A62221

RGB

 RED value IS 166 (65.23% from 255) = 71.24%

 GREEN value IS 34 (13.67% from 255) = 14.59%

 BLUE value IS 33 (13.28% from 255) = 14.16%

R = 71.24%
G = 14.59%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A62221 (or 0xA62221) is known color: Fire Brick. HEX triplet: A6, 22 and 21. RGB value is (166,34,33). Sum of RGB (Red+Green+Blue) = 166+34+33=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A62221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62221 is #59DDDE. Grayscale: #494949. Windows color (decimal): -5889503 or 2171558. OLE color: 2171558.

HSL color Cylindrical-coordinate representation of color #A62221: hue angle of 0.45º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62221 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 33 -
CMYK 0 0.80 0.80 0.35
HSL 0.45º 0.67% 0.39% -
HSV(B) 0.45º 0.8% 0.65% -
XYZ 16.57 9.36 2.37 -
YUV 73.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 166 34 33 0 0.80 0.80 0.35 0.45 0.67 0.39
Hex A6 22 21 0 50 50 23 0 43 27
Octal 246 42 41 0 120 120 43 0 103 47
Binary 10100110 100010 100001 0 1010000 1010000 100011 0 1000011 100111

Color Harmonies of #A62221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62221

Black with #A62221

Text Example


Text Example

White with #A62221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62221; }

 p { color: rgb(166,34,33); }

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

background-color css

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

 a { background-color: rgb(166,34,33); }

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

border-color css

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

 span { border-color: rgb(166,34,33); }

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