Html Css Color HEX #A31527 Carmine

📋 copy color: '#A31527'

red 163 ◦ green 21 ◦ blue 39

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

Shades of Carmine #A31527

Tints of Carmine #A31527

RGB

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

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

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

R = 73.09%
G = 9.42%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A31527 (or 0xA31527) is known color: Carmine. HEX triplet: A3, 15 and 27. RGB value is (163,21,39). Sum of RGB (Red+Green+Blue) = 163+21+39=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A31527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31527 is #5CEAD8. Grayscale: #414141. Windows color (decimal): -6089433 or 2561443. OLE color: 2561443.

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

Color convert

RGB 163 21 39 -
CMYK 0 0.87 0.76 0.36
HSL 352.39º 0.77% 0.36% -
HSV(B) 352.39º 0.87% 0.64% -
XYZ 15.74 8.47 2.72 -
YUV 65.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 163 21 39 0 0.87 0.76 0.36 352.39 0.77 0.36
Hex A3 15 27 0 57 4C 24 160 4D 24
Octal 243 25 47 0 127 114 44 540 115 44
Binary 10100011 10101 100111 0 1010111 1001100 100100 101100000 1001101 100100

Color Harmonies of #A31527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31527

Black with #A31527

Text Example


Text Example

White with #A31527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31527; }

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

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

background-color css

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

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

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

border-color css

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

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

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