Html Css Color HEX #A32611 Fire Brick

📋 copy color: '#A32611'

red 163 ◦ green 38 ◦ blue 17

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

Shades of Fire Brick #A32611

Tints of Fire Brick #A32611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

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

R = 74.77%
G = 17.43%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A32611 (or 0xA32611) is known color: Fire Brick. HEX triplet: A3, 26 and 11. RGB value is (163,38,17). Sum of RGB (Red+Green+Blue) = 163+38+17=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A32611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32611 is #5CD9EE. Grayscale: #494949. Windows color (decimal): -6085103 or 1124003. OLE color: 1124003.

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

Color convert

RGB 163 38 17 -
CMYK 0 0.77 0.90 0.36
HSL 8.63º 0.81% 0.35% -
HSV(B) 8.63º 0.9% 0.64% -
XYZ 15.9 9.21 1.47 -
YUV 72.98 96.41 192.21 -
System Red Green Blue C M Y K H S L
Decimal 163 38 17 0 0.77 0.90 0.36 8.63 0.81 0.35
Hex A3 26 11 0 4D 5A 24 9 51 23
Octal 243 46 21 0 115 132 44 11 121 43
Binary 10100011 100110 10001 0 1001101 1011010 100100 1001 1010001 100011

Color Harmonies of #A32611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32611

Black with #A32611

Text Example


Text Example

White with #A32611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32611; }

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

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

background-color css

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

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

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

border-color css

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

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

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