Html Css Color HEX #A31328 Carmine

📋 copy color: '#A31328'

red 163 ◦ green 19 ◦ blue 40

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

Shades of Carmine #A31328

Tints of Carmine #A31328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.02%

R = 73.42%
G = 8.56%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A31328 (or 0xA31328) is known color: Carmine. HEX triplet: A3, 13 and 28. RGB value is (163,19,40). Sum of RGB (Red+Green+Blue) = 163+19+40=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A31328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31328 is #5CECD7. Grayscale: #404040. Windows color (decimal): -6089944 or 2626467. OLE color: 2626467.

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

Color convert

RGB 163 19 40 -
CMYK 0 0.88 0.75 0.36
HSL 351.25º 0.79% 0.36% -
HSV(B) 351.25º 0.88% 0.64% -
XYZ 15.72 8.41 2.8 -
YUV 64.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 163 19 40 0 0.88 0.75 0.36 351.25 0.79 0.36
Hex A3 13 28 0 58 4B 24 15F 4F 24
Octal 243 23 50 0 130 113 44 537 117 44
Binary 10100011 10011 101000 0 1011000 1001011 100100 101011111 1001111 100100

Color Harmonies of #A31328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31328

Black with #A31328

Text Example


Text Example

White with #A31328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31328; }

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

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

background-color css

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

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

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

border-color css

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

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

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