Html Css Color HEX #A32310 Fire Brick

📋 copy color: '#A32310'

red 163 ◦ green 35 ◦ blue 16

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

Shades of Fire Brick #A32310

Tints of Fire Brick #A32310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 76.17%
G = 16.36%
B = 7.48%

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

#A32310 (or 0xA32310) is known color: Fire Brick. HEX triplet: A3, 23 and 10. RGB value is (163,35,16). Sum of RGB (Red+Green+Blue) = 163+35+16=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A32310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32310 is #5CDCEF. Grayscale: #474747. Windows color (decimal): -6085872 or 1057699. OLE color: 1057699.

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

Color convert

RGB 163 35 16 -
CMYK 0 0.79 0.90 0.36
HSL 7.76º 0.82% 0.35% -
HSV(B) 7.76º 0.9% 0.64% -
XYZ 15.8 9.03 1.4 -
YUV 71.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 163 35 16 0 0.79 0.90 0.36 7.76 0.82 0.35
Hex A3 23 10 0 4F 5A 24 8 52 23
Octal 243 43 20 0 117 132 44 10 122 43
Binary 10100011 100011 10000 0 1001111 1011010 100100 1000 1010010 100011

Color Harmonies of #A32310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32310

Black with #A32310

Text Example


Text Example

White with #A32310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32310; }

 p { color: rgb(163,35,16); }

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

background-color css

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

 a { background-color: rgb(163,35,16); }

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

border-color css

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

 span { border-color: rgb(163,35,16); }

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