Html Css Color HEX #950520 Carmine

📋 copy color: '#950520'

red 149 ◦ green 5 ◦ blue 32

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

Shades of Carmine #950520

Tints of Carmine #950520

RGB

 RED value IS 149 (58.59% from 255) = 80.11%

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 80.11%
G = 2.69%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#950520 (or 0x950520) is known color: Carmine. HEX triplet: 95, 05 and 20. RGB value is (149,5,32). Sum of RGB (Red+Green+Blue) = 149+5+32=186 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.11% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 149 - color contains mainly: red. Hex color #950520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950520 is #6AFADF. Grayscale: #333333. Windows color (decimal): -7011040 or 2098581. OLE color: 2098581.

HSL color Cylindrical-coordinate representation of color #950520: hue angle of 348.75º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950520 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 32 -
CMYK 0 0.97 0.79 0.42
HSL 348.75º 0.94% 0.3% -
HSV(B) 348.75º 0.97% 0.58% -
XYZ 12.71 6.6 1.97 -
YUV 51.13 117.21 197.8 -
System Red Green Blue C M Y K H S L
Decimal 149 5 32 0 0.97 0.79 0.42 348.75 0.94 0.3
Hex 95 5 20 0 61 4F 2A 15D 5E 1E
Octal 225 5 40 0 141 117 52 535 136 36
Binary 10010101 101 100000 0 1100001 1001111 101010 101011101 1011110 11110

Color Harmonies of #950520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950520

Black with #950520

Text Example


Text Example

White with #950520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950520; }

 p { color: rgb(149,5,32); }

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

background-color css

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

 a { background-color: rgb(149,5,32); }

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

border-color css

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

 span { border-color: rgb(149,5,32); }

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