Html Css Color HEX #A51328 Carmine

📋 copy color: '#A51328'

red 165 ◦ green 19 ◦ blue 40

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

Shades of Carmine #A51328

Tints of Carmine #A51328

RGB

 RED value IS 165 (64.84% from 255) = 73.66%

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

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

R = 73.66%
G = 8.48%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A51328 (or 0xA51328) is known color: Carmine. HEX triplet: A5, 13 and 28. RGB value is (165,19,40). Sum of RGB (Red+Green+Blue) = 165+19+40=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A51328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51328 is #5AECD7. Grayscale: #414141. Windows color (decimal): -5958872 or 2626469. OLE color: 2626469.

HSL color Cylindrical-coordinate representation of color #A51328: hue angle of 351.37º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51328 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 19 40 -
CMYK 0 0.88 0.76 0.35
HSL 351.37º 0.79% 0.36% -
HSV(B) 351.37º 0.88% 0.65% -
XYZ 16.13 8.62 2.82 -
YUV 65.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 165 19 40 0 0.88 0.76 0.35 351.37 0.79 0.36
Hex A5 13 28 0 58 4C 23 15F 4F 24
Octal 245 23 50 0 130 114 43 537 117 44
Binary 10100101 10011 101000 0 1011000 1001100 100011 101011111 1001111 100100

Color Harmonies of #A51328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51328

Black with #A51328

Text Example


Text Example

White with #A51328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51328; }

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

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

background-color css

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

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

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

border-color css

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

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

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