Html Css Color HEX #A32013 Fire Brick

📋 copy color: '#A32013'

red 163 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #A32013

Tints of Fire Brick #A32013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 76.17%
G = 14.95%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32013 (or 0xA32013) is known color: Fire Brick. HEX triplet: A3, 20 and 13. RGB value is (163,32,19). Sum of RGB (Red+Green+Blue) = 163+32+19=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A32013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32013 is #5CDFEC. Grayscale: #454545. Windows color (decimal): -6086637 or 1253539. OLE color: 1253539.

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

Color convert

RGB 163 32 19 -
CMYK 0 0.80 0.88 0.36
HSL 5.42º 0.79% 0.36% -
HSV(B) 5.42º 0.88% 0.64% -
XYZ 15.74 8.87 1.5 -
YUV 69.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 163 32 19 0 0.80 0.88 0.36 5.42 0.79 0.36
Hex A3 20 13 0 50 58 24 5 4F 24
Octal 243 40 23 0 120 130 44 5 117 44
Binary 10100011 100000 10011 0 1010000 1011000 100100 101 1001111 100100

Color Harmonies of #A32013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32013

Black with #A32013

Text Example


Text Example

White with #A32013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32013; }

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

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

background-color css

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

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

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

border-color css

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

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

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