Html Css Color HEX #A31327 Carmine

📋 copy color: '#A31327'

red 163 ◦ green 19 ◦ blue 39

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

Shades of Carmine #A31327

Tints of Carmine #A31327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 73.76%
G = 8.6%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A31327 (or 0xA31327) is known color: Carmine. HEX triplet: A3, 13 and 27. RGB value is (163,19,39). Sum of RGB (Red+Green+Blue) = 163+19+39=221 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.76% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 163 - color contains mainly: red. Hex color #A31327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31327 is #5CECD8. Grayscale: #404040. Windows color (decimal): -6089945 or 2560931. OLE color: 2560931.

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

Color convert

RGB 163 19 39 -
CMYK 0 0.88 0.76 0.36
HSL 351.67º 0.79% 0.36% -
HSV(B) 351.67º 0.88% 0.64% -
XYZ 15.7 8.4 2.71 -
YUV 64.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 163 19 39 0 0.88 0.76 0.36 351.67 0.79 0.36
Hex A3 13 27 0 58 4C 24 160 4F 24
Octal 243 23 47 0 130 114 44 540 117 44
Binary 10100011 10011 100111 0 1011000 1001100 100100 101100000 1001111 100100

Color Harmonies of #A31327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31327

Black with #A31327

Text Example


Text Example

White with #A31327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31327; }

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

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

background-color css

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

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

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

border-color css

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

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

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