Html Css Color HEX #A50B2C Carmine

📋 copy color: '#A50B2C'

red 165 ◦ green 11 ◦ blue 44

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

Shades of Carmine #A50B2C

Tints of Carmine #A50B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5%

 BLUE value IS 44 (17.58% from 255) = 20%

R = 75%
G = 5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A50B2C (or 0xA50B2C) is known color: Carmine. HEX triplet: A5, 0B and 2C. RGB value is (165,11,44). Sum of RGB (Red+Green+Blue) = 165+11+44=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50B2C is #5AF4D3. Grayscale: #3C3C3C. Windows color (decimal): -5960916 or 2886565. OLE color: 2886565.

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

Color convert

RGB 165 11 44 -
CMYK 0 0.93 0.73 0.35
HSL 347.14º 0.88% 0.35% -
HSV(B) 347.14º 0.93% 0.65% -
XYZ 16.09 8.42 3.16 -
YUV 60.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 165 11 44 0 0.93 0.73 0.35 347.14 0.88 0.35
Hex A5 B 2C 0 5D 49 23 15B 58 23
Octal 245 13 54 0 135 111 43 533 130 43
Binary 10100101 1011 101100 0 1011101 1001001 100011 101011011 1011000 100011

Color Harmonies of #A50B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B2C

Black with #A50B2C

Text Example


Text Example

White with #A50B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B2C; }

 p { color: rgb(165,11,44); }

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

background-color css

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

 a { background-color: rgb(165,11,44); }

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

border-color css

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

 span { border-color: rgb(165,11,44); }

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