Html Css Color HEX #A32113 Fire Brick

📋 copy color: '#A32113'

red 163 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #A32113

Tints of Fire Brick #A32113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 75.81%
G = 15.35%
B = 8.84%

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

#A32113 (or 0xA32113) is known color: Fire Brick. HEX triplet: A3, 21 and 13. RGB value is (163,33,19). Sum of RGB (Red+Green+Blue) = 163+33+19=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A32113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32113 is #5CDEEC. Grayscale: #464646. Windows color (decimal): -6086381 or 1253795. OLE color: 1253795.

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

Color convert

RGB 163 33 19 -
CMYK 0 0.80 0.88 0.36
HSL 5.83º 0.79% 0.36% -
HSV(B) 5.83º 0.88% 0.64% -
XYZ 15.77 8.92 1.51 -
YUV 70.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 163 33 19 0 0.80 0.88 0.36 5.83 0.79 0.36
Hex A3 21 13 0 50 58 24 6 4F 24
Octal 243 41 23 0 120 130 44 6 117 44
Binary 10100011 100001 10011 0 1010000 1011000 100100 110 1001111 100100

Color Harmonies of #A32113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32113

Black with #A32113

Text Example


Text Example

White with #A32113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32113; }

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

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

background-color css

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

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

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

border-color css

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

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

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