Html Css Color HEX #A50E30 Carmine

📋 copy color: '#A50E30'

red 165 ◦ green 14 ◦ blue 48

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

Shades of Carmine #A50E30

Tints of Carmine #A50E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 48 (19.14% from 255) = 21.15%

R = 72.69%
G = 6.17%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A50E30 (or 0xA50E30) is known color: Carmine. HEX triplet: A5, 0E and 30. RGB value is (165,14,48). Sum of RGB (Red+Green+Blue) = 165+14+48=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50E30 is #5AF1CF. Grayscale: #3F3F3F. Windows color (decimal): -5960144 or 3149477. OLE color: 3149477.

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

Color convert

RGB 165 14 48 -
CMYK 0 0.92 0.71 0.35
HSL 346.49º 0.84% 0.35% -
HSV(B) 346.49º 0.92% 0.65% -
XYZ 16.21 8.53 3.59 -
YUV 63.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 165 14 48 0 0.92 0.71 0.35 346.49 0.84 0.35
Hex A5 E 30 0 5C 47 23 15A 54 23
Octal 245 16 60 0 134 107 43 532 124 43
Binary 10100101 1110 110000 0 1011100 1000111 100011 101011010 1010100 100011

Color Harmonies of #A50E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E30

Black with #A50E30

Text Example


Text Example

White with #A50E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E30; }

 p { color: rgb(165,14,48); }

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

background-color css

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

 a { background-color: rgb(165,14,48); }

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

border-color css

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

 span { border-color: rgb(165,14,48); }

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