Html Css Color HEX #950120 Carmine

📋 copy color: '#950120'

red 149 ◦ green 1 ◦ blue 32

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

Shades of Carmine #950120

Tints of Carmine #950120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 81.87%
G = 0.55%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#950120 (or 0x950120) is known color: Carmine. HEX triplet: 95, 01 and 20. RGB value is (149,1,32). Sum of RGB (Red+Green+Blue) = 149+1+32=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #950120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950120 is #6AFEDF. Grayscale: #303030. Windows color (decimal): -7012064 or 2097557. OLE color: 2097557.

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

Color convert

RGB 149 1 32 -
CMYK 0 0.99 0.79 0.42
HSL 347.43º 0.99% 0.29% -
HSV(B) 347.43º 0.99% 0.58% -
XYZ 12.67 6.52 1.96 -
YUV 48.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 149 1 32 0 0.99 0.79 0.42 347.43 0.99 0.29
Hex 95 1 20 0 63 4F 2A 15B 63 1D
Octal 225 1 40 0 143 117 52 533 143 35
Binary 10010101 1 100000 0 1100011 1001111 101010 101011011 1100011 11101

Color Harmonies of #950120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950120

Black with #950120

Text Example


Text Example

White with #950120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950120; }

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

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

background-color css

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

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

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

border-color css

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

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

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