Html Css Color HEX #A32711 Fire Brick

📋 copy color: '#A32711'

red 163 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #A32711

Tints of Fire Brick #A32711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 74.43%
G = 17.81%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A32711 (or 0xA32711) is known color: Fire Brick. HEX triplet: A3, 27 and 11. RGB value is (163,39,17). Sum of RGB (Red+Green+Blue) = 163+39+17=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A32711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32711 is #5CD8EE. Grayscale: #494949. Windows color (decimal): -6084847 or 1124259. OLE color: 1124259.

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

Color convert

RGB 163 39 17 -
CMYK 0 0.76 0.90 0.36
HSL 9.04º 0.81% 0.35% -
HSV(B) 9.04º 0.9% 0.64% -
XYZ 15.93 9.28 1.48 -
YUV 73.57 96.08 191.79 -
System Red Green Blue C M Y K H S L
Decimal 163 39 17 0 0.76 0.90 0.36 9.04 0.81 0.35
Hex A3 27 11 0 4C 5A 24 9 51 23
Octal 243 47 21 0 114 132 44 11 121 43
Binary 10100011 100111 10001 0 1001100 1011010 100100 1001 1010001 100011

Color Harmonies of #A32711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32711

Black with #A32711

Text Example


Text Example

White with #A32711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32711; }

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

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

background-color css

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

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

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

border-color css

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

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

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