Html Css Color HEX #A32211 Fire Brick

📋 copy color: '#A32211'

red 163 ◦ green 34 ◦ blue 17

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

Shades of Fire Brick #A32211

Tints of Fire Brick #A32211

RGB

 RED value IS 163 (64.06% from 255) = 76.17%

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

 BLUE value IS 17 (7.03% from 255) = 7.94%

R = 76.17%
G = 15.89%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A32211 (or 0xA32211) is known color: Fire Brick. HEX triplet: A3, 22 and 11. RGB value is (163,34,17). Sum of RGB (Red+Green+Blue) = 163+34+17=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A32211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32211 is #5CDDEE. Grayscale: #464646. Windows color (decimal): -6086127 or 1122979. OLE color: 1122979.

HSL color Cylindrical-coordinate representation of color #A32211: hue angle of 6.99º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A32211 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 17 -
CMYK 0 0.79 0.90 0.36
HSL 6.99º 0.81% 0.35% -
HSV(B) 6.99º 0.9% 0.64% -
XYZ 15.78 8.97 1.43 -
YUV 70.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 163 34 17 0 0.79 0.90 0.36 6.99 0.81 0.35
Hex A3 22 11 0 4F 5A 24 7 51 23
Octal 243 42 21 0 117 132 44 7 121 43
Binary 10100011 100010 10001 0 1001111 1011010 100100 111 1010001 100011

Color Harmonies of #A32211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32211

Black with #A32211

Text Example


Text Example

White with #A32211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32211; }

 p { color: rgb(163,34,17); }

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

background-color css

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

 a { background-color: rgb(163,34,17); }

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

border-color css

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

 span { border-color: rgb(163,34,17); }

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