Html Css Color HEX #A32411 Fire Brick

📋 copy color: '#A32411'

red 163 ◦ green 36 ◦ blue 17

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

Shades of Fire Brick #A32411

Tints of Fire Brick #A32411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 75.46%
G = 16.67%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A32411 (or 0xA32411) is known color: Fire Brick. HEX triplet: A3, 24 and 11. RGB value is (163,36,17). Sum of RGB (Red+Green+Blue) = 163+36+17=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A32411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32411 is #5CDBEE. Grayscale: #484848. Windows color (decimal): -6085615 or 1123491. OLE color: 1123491.

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

Color convert

RGB 163 36 17 -
CMYK 0 0.78 0.90 0.36
HSL 7.81º 0.81% 0.35% -
HSV(B) 7.81º 0.9% 0.64% -
XYZ 15.84 9.09 1.45 -
YUV 71.81 97.08 193.04 -
System Red Green Blue C M Y K H S L
Decimal 163 36 17 0 0.78 0.90 0.36 7.81 0.81 0.35
Hex A3 24 11 0 4E 5A 24 8 51 23
Octal 243 44 21 0 116 132 44 10 121 43
Binary 10100011 100100 10001 0 1001110 1011010 100100 1000 1010001 100011

Color Harmonies of #A32411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32411

Black with #A32411

Text Example


Text Example

White with #A32411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32411; }

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

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

background-color css

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

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

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

border-color css

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

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

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