Html Css Color HEX #950328 Carmine

📋 copy color: '#950328'

red 149 ◦ green 3 ◦ blue 40

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

Shades of Carmine #950328

Tints of Carmine #950328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 77.6%
G = 1.56%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#950328 (or 0x950328) is known color: Carmine. HEX triplet: 95, 03 and 28. RGB value is (149,3,40). Sum of RGB (Red+Green+Blue) = 149+3+40=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #950328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950328 is #6AFCD7. Grayscale: #323232. Windows color (decimal): -7011544 or 2622357. OLE color: 2622357.

HSL color Cylindrical-coordinate representation of color #950328: hue angle of 344.79º 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 #950328 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 3 40 -
CMYK 0 0.98 0.73 0.42
HSL 344.79º 0.96% 0.3% -
HSV(B) 344.79º 0.98% 0.58% -
XYZ 12.81 6.61 2.61 -
YUV 50.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 149 3 40 0 0.98 0.73 0.42 344.79 0.96 0.3
Hex 95 3 28 0 62 49 2A 159 60 1E
Octal 225 3 50 0 142 111 52 531 140 36
Binary 10010101 11 101000 0 1100010 1001001 101010 101011001 1100000 11110

Color Harmonies of #950328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950328

Black with #950328

Text Example


Text Example

White with #950328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950328; }

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

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

background-color css

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

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

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

border-color css

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

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

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