Html Css Color HEX #A32213 Fire Brick

📋 copy color: '#A32213'

red 163 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #A32213

Tints of Fire Brick #A32213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 75.46%
G = 15.74%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32213 (or 0xA32213) is known color: Fire Brick. HEX triplet: A3, 22 and 13. RGB value is (163,34,19). Sum of RGB (Red+Green+Blue) = 163+34+19=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A32213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32213 is #5CDDEC. Grayscale: #474747. Windows color (decimal): -6086125 or 1254051. OLE color: 1254051.

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

Color convert

RGB 163 34 19 -
CMYK 0 0.79 0.88 0.36
HSL 6.25º 0.79% 0.36% -
HSV(B) 6.25º 0.88% 0.64% -
XYZ 15.79 8.98 1.52 -
YUV 70.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 163 34 19 0 0.79 0.88 0.36 6.25 0.79 0.36
Hex A3 22 13 0 4F 58 24 6 4F 24
Octal 243 42 23 0 117 130 44 6 117 44
Binary 10100011 100010 10011 0 1001111 1011000 100100 110 1001111 100100

Color Harmonies of #A32213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32213

Black with #A32213

Text Example


Text Example

White with #A32213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32213; }

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

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

background-color css

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

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

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

border-color css

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

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

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