Html Css Color HEX #A31621 Carmine

📋 copy color: '#A31621'

red 163 ◦ green 22 ◦ blue 33

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

Shades of Carmine #A31621

Tints of Carmine #A31621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 74.77%
G = 10.09%
B = 15.14%

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

#A31621 (or 0xA31621) is known color: Carmine. HEX triplet: A3, 16 and 21. RGB value is (163,22,33). Sum of RGB (Red+Green+Blue) = 163+22+33=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A31621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31621 is #5CE9DE. Grayscale: #414141. Windows color (decimal): -6089183 or 2168483. OLE color: 2168483.

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

Color convert

RGB 163 22 33 -
CMYK 0 0.87 0.80 0.36
HSL 355.32º 0.76% 0.36% -
HSV(B) 355.32º 0.87% 0.64% -
XYZ 15.67 8.47 2.25 -
YUV 65.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 163 22 33 0 0.87 0.80 0.36 355.32 0.76 0.36
Hex A3 16 21 0 57 50 24 163 4C 24
Octal 243 26 41 0 127 120 44 543 114 44
Binary 10100011 10110 100001 0 1010111 1010000 100100 101100011 1001100 100100

Color Harmonies of #A31621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31621

Black with #A31621

Text Example


Text Example

White with #A31621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31621; }

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

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

background-color css

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

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

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

border-color css

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

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

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