Html Css Color HEX #950220 Carmine

📋 copy color: '#950220'

red 149 ◦ green 2 ◦ blue 32

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

Shades of Carmine #950220

Tints of Carmine #950220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 81.42%
G = 1.09%
B = 17.49%

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

#950220 (or 0x950220) is known color: Carmine. HEX triplet: 95, 02 and 20. RGB value is (149,2,32). Sum of RGB (Red+Green+Blue) = 149+2+32=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #950220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950220 is #6AFDDF. Grayscale: #313131. Windows color (decimal): -7011808 or 2097813. OLE color: 2097813.

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

Color convert

RGB 149 2 32 -
CMYK 0 0.99 0.79 0.42
HSL 347.76º 0.97% 0.3% -
HSV(B) 347.76º 0.99% 0.58% -
XYZ 12.68 6.54 1.96 -
YUV 49.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 149 2 32 0 0.99 0.79 0.42 347.76 0.97 0.3
Hex 95 2 20 0 63 4F 2A 15C 61 1E
Octal 225 2 40 0 143 117 52 534 141 36
Binary 10010101 10 100000 0 1100011 1001111 101010 101011100 1100001 11110

Color Harmonies of #950220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950220

Black with #950220

Text Example


Text Example

White with #950220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950220; }

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

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

background-color css

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

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

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

border-color css

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

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

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