Html Css Color HEX #A51428 Carmine

📋 copy color: '#A51428'

red 165 ◦ green 20 ◦ blue 40

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

Shades of Carmine #A51428

Tints of Carmine #A51428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

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

R = 73.33%
G = 8.89%
B = 17.78%

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

#A51428 (or 0xA51428) is known color: Carmine. HEX triplet: A5, 14 and 28. RGB value is (165,20,40). Sum of RGB (Red+Green+Blue) = 165+20+40=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A51428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51428 is #5AEBD7. Grayscale: #414141. Windows color (decimal): -5958616 or 2626725. OLE color: 2626725.

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

Color convert

RGB 165 20 40 -
CMYK 0 0.88 0.76 0.35
HSL 351.72º 0.78% 0.36% -
HSV(B) 351.72º 0.88% 0.65% -
XYZ 16.15 8.65 2.83 -
YUV 65.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 165 20 40 0 0.88 0.76 0.35 351.72 0.78 0.36
Hex A5 14 28 0 58 4C 23 160 4E 24
Octal 245 24 50 0 130 114 43 540 116 44
Binary 10100101 10100 101000 0 1011000 1001100 100011 101100000 1001110 100100

Color Harmonies of #A51428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51428

Black with #A51428

Text Example


Text Example

White with #A51428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51428; }

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

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

background-color css

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

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

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

border-color css

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

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

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