Html Css Color HEX #A50C32 Carmine

📋 copy color: '#A50C32'

red 165 ◦ green 12 ◦ blue 50

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

Shades of Carmine #A50C32

Tints of Carmine #A50C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 72.69%
G = 5.29%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A50C32 (or 0xA50C32) is known color: Carmine. HEX triplet: A5, 0C and 32. RGB value is (165,12,50). Sum of RGB (Red+Green+Blue) = 165+12+50=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C32 is #5AF3CD. Grayscale: #3E3E3E. Windows color (decimal): -5960654 or 3280037. OLE color: 3280037.

HSL color Cylindrical-coordinate representation of color #A50C32: hue angle of 345.1º 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 #A50C32 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 12 50 -
CMYK 0 0.93 0.70 0.35
HSL 345.1º 0.86% 0.35% -
HSV(B) 345.1º 0.93% 0.65% -
XYZ 16.22 8.49 3.8 -
YUV 62.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 165 12 50 0 0.93 0.70 0.35 345.1 0.86 0.35
Hex A5 C 32 0 5D 46 23 159 56 23
Octal 245 14 62 0 135 106 43 531 126 43
Binary 10100101 1100 110010 0 1011101 1000110 100011 101011001 1010110 100011

Color Harmonies of #A50C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C32

Black with #A50C32

Text Example


Text Example

White with #A50C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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