Html Css Color HEX #A31521 Carmine

📋 copy color: '#A31521'

red 163 ◦ green 21 ◦ blue 33

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

Shades of Carmine #A31521

Tints of Carmine #A31521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 75.12%
G = 9.68%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A31521 (or 0xA31521) is known color: Carmine. HEX triplet: A3, 15 and 21. RGB value is (163,21,33). Sum of RGB (Red+Green+Blue) = 163+21+33=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A31521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31521 is #5CEADE. Grayscale: #404040. Windows color (decimal): -6089439 or 2168227. OLE color: 2168227.

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

Color convert

RGB 163 21 33 -
CMYK 0 0.87 0.80 0.36
HSL 354.93º 0.77% 0.36% -
HSV(B) 354.93º 0.87% 0.64% -
XYZ 15.65 8.43 2.24 -
YUV 64.83 110.04 198.02 -
System Red Green Blue C M Y K H S L
Decimal 163 21 33 0 0.87 0.80 0.36 354.93 0.77 0.36
Hex A3 15 21 0 57 50 24 163 4D 24
Octal 243 25 41 0 127 120 44 543 115 44
Binary 10100011 10101 100001 0 1010111 1010000 100100 101100011 1001101 100100

Color Harmonies of #A31521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31521

Black with #A31521

Text Example


Text Example

White with #A31521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31521; }

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

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

background-color css

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

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

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

border-color css

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

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

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