Html Css Color HEX #950329 Carmine

📋 copy color: '#950329'

red 149 ◦ green 3 ◦ blue 41

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

Shades of Carmine #950329

Tints of Carmine #950329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

 BLUE value IS 41 (16.41% from 255) = 21.24%

R = 77.2%
G = 1.55%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#950329 (or 0x950329) is known color: Carmine. HEX triplet: 95, 03 and 29. RGB value is (149,3,41). Sum of RGB (Red+Green+Blue) = 149+3+41=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #950329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950329 is #6AFCD6. Grayscale: #323232. Windows color (decimal): -7011543 or 2687893. OLE color: 2687893.

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

Color convert

RGB 149 3 41 -
CMYK 0 0.98 0.72 0.42
HSL 344.38º 0.96% 0.3% -
HSV(B) 344.38º 0.98% 0.58% -
XYZ 12.83 6.61 2.7 -
YUV 50.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 149 3 41 0 0.98 0.72 0.42 344.38 0.96 0.3
Hex 95 3 29 0 62 48 2A 158 60 1E
Octal 225 3 51 0 142 110 52 530 140 36
Binary 10010101 11 101001 0 1100010 1001000 101010 101011000 1100000 11110

Color Harmonies of #950329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950329

Black with #950329

Text Example


Text Example

White with #950329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950329; }

 p { color: rgb(149,3,41); }

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

background-color css

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

 a { background-color: rgb(149,3,41); }

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

border-color css

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

 span { border-color: rgb(149,3,41); }

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