Html Css Color HEX #A50C24 Carmine

📋 copy color: '#A50C24'

red 165 ◦ green 12 ◦ blue 36

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

Shades of Carmine #A50C24

Tints of Carmine #A50C24

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.63%

 BLUE value IS 36 (14.45% from 255) = 16.9%

R = 77.46%
G = 5.63%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A50C24 (or 0xA50C24) is known color: Carmine. HEX triplet: A5, 0C and 24. RGB value is (165,12,36). Sum of RGB (Red+Green+Blue) = 165+12+36=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C24 is #5AF3DB. Grayscale: #3C3C3C. Windows color (decimal): -5960668 or 2362533. OLE color: 2362533.

HSL color Cylindrical-coordinate representation of color #A50C24: hue angle of 350.59º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C24 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 36 -
CMYK 0 0.93 0.78 0.35
HSL 350.59º 0.86% 0.35% -
HSV(B) 350.59º 0.93% 0.65% -
XYZ 15.97 8.39 2.45 -
YUV 60.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 165 12 36 0 0.93 0.78 0.35 350.59 0.86 0.35
Hex A5 C 24 0 5D 4E 23 15F 56 23
Octal 245 14 44 0 135 116 43 537 126 43
Binary 10100101 1100 100100 0 1011101 1001110 100011 101011111 1010110 100011

Color Harmonies of #A50C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C24

Black with #A50C24

Text Example


Text Example

White with #A50C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C24; }

 p { color: rgb(165,12,36); }

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

background-color css

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

 a { background-color: rgb(165,12,36); }

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

border-color css

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

 span { border-color: rgb(165,12,36); }

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