Html Css Color HEX #A32713 Fire Brick

📋 copy color: '#A32713'

red 163 ◦ green 39 ◦ blue 19

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

Shades of Fire Brick #A32713

Tints of Fire Brick #A32713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 73.76%
G = 17.65%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32713 (or 0xA32713) is known color: Fire Brick. HEX triplet: A3, 27 and 13. RGB value is (163,39,19). Sum of RGB (Red+Green+Blue) = 163+39+19=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A32713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32713 is #5CD8EC. Grayscale: #4A4A4A. Windows color (decimal): -6084845 or 1255331. OLE color: 1255331.

HSL color Cylindrical-coordinate representation of color #A32713: hue angle of 8.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A32713 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 39 19 -
CMYK 0 0.76 0.88 0.36
HSL 8.33º 0.79% 0.36% -
HSV(B) 8.33º 0.88% 0.64% -
XYZ 15.95 9.28 1.57 -
YUV 73.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 163 39 19 0 0.76 0.88 0.36 8.33 0.79 0.36
Hex A3 27 13 0 4C 58 24 8 4F 24
Octal 243 47 23 0 114 130 44 10 117 44
Binary 10100011 100111 10011 0 1001100 1011000 100100 1000 1001111 100100

Color Harmonies of #A32713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32713

Black with #A32713

Text Example


Text Example

White with #A32713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32713; }

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

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

background-color css

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

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

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

border-color css

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

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

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