Html Css Color HEX #A31320 Carmine

📋 copy color: '#A31320'

red 163 ◦ green 19 ◦ blue 32

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

Shades of Carmine #A31320

Tints of Carmine #A31320

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A31320 (or 0xA31320) is known color: Carmine. HEX triplet: A3, 13 and 20. RGB value is (163,19,32). Sum of RGB (Red+Green+Blue) = 163+19+32=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A31320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31320 is #5CECDF. Grayscale: #3F3F3F. Windows color (decimal): -6089952 or 2102179. OLE color: 2102179.

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

Color convert

RGB 163 19 32 -
CMYK 0 0.88 0.80 0.36
HSL 354.58º 0.79% 0.36% -
HSV(B) 354.58º 0.88% 0.64% -
XYZ 15.6 8.36 2.16 -
YUV 63.54 110.21 198.94 -
System Red Green Blue C M Y K H S L
Decimal 163 19 32 0 0.88 0.80 0.36 354.58 0.79 0.36
Hex A3 13 20 0 58 50 24 163 4F 24
Octal 243 23 40 0 130 120 44 543 117 44
Binary 10100011 10011 100000 0 1011000 1010000 100100 101100011 1001111 100100

Color Harmonies of #A31320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31320

Black with #A31320

Text Example


Text Example

White with #A31320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31320; }

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

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

background-color css

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

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

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

border-color css

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

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

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