Html Css Color HEX #A32911 Fire Brick

📋 copy color: '#A32911'

red 163 ◦ green 41 ◦ blue 17

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

Shades of Fire Brick #A32911

Tints of Fire Brick #A32911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 73.76%
G = 18.55%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A32911 (or 0xA32911) is known color: Fire Brick. HEX triplet: A3, 29 and 11. RGB value is (163,41,17). Sum of RGB (Red+Green+Blue) = 163+41+17=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A32911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32911 is #5CD6EE. Grayscale: #4A4A4A. Windows color (decimal): -6084335 or 1124771. OLE color: 1124771.

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

Color convert

RGB 163 41 17 -
CMYK 0 0.75 0.90 0.36
HSL 9.86º 0.81% 0.35% -
HSV(B) 9.86º 0.9% 0.64% -
XYZ 16 9.41 1.5 -
YUV 74.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 163 41 17 0 0.75 0.90 0.36 9.86 0.81 0.35
Hex A3 29 11 0 4B 5A 24 A 51 23
Octal 243 51 21 0 113 132 44 12 121 43
Binary 10100011 101001 10001 0 1001011 1011010 100100 1010 1010001 100011

Color Harmonies of #A32911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32911

Black with #A32911

Text Example


Text Example

White with #A32911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32911; }

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

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

background-color css

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

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

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

border-color css

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

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

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