Html Css Color HEX #A31421 Carmine

📋 copy color: '#A31421'

red 163 ◦ green 20 ◦ blue 33

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

Shades of Carmine #A31421

Tints of Carmine #A31421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 75.46%
G = 9.26%
B = 15.28%

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

#A31421 (or 0xA31421) is known color: Carmine. HEX triplet: A3, 14 and 21. RGB value is (163,20,33). Sum of RGB (Red+Green+Blue) = 163+20+33=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A31421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31421 is #5CEBDE. Grayscale: #404040. Windows color (decimal): -6089695 or 2167971. OLE color: 2167971.

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

Color convert

RGB 163 20 33 -
CMYK 0 0.88 0.80 0.36
HSL 354.55º 0.78% 0.36% -
HSV(B) 354.55º 0.88% 0.64% -
XYZ 15.63 8.4 2.24 -
YUV 64.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 163 20 33 0 0.88 0.80 0.36 354.55 0.78 0.36
Hex A3 14 21 0 58 50 24 163 4E 24
Octal 243 24 41 0 130 120 44 543 116 44
Binary 10100011 10100 100001 0 1011000 1010000 100100 101100011 1001110 100100

Color Harmonies of #A31421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31421

Black with #A31421

Text Example


Text Example

White with #A31421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31421; }

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

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

background-color css

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

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

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

border-color css

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

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

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