Html Css Color HEX #950324 Carmine

📋 copy color: '#950324'

red 149 ◦ green 3 ◦ blue 36

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

Shades of Carmine #950324

Tints of Carmine #950324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 19.15%

R = 79.26%
G = 1.6%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#950324 (or 0x950324) is known color: Carmine. HEX triplet: 95, 03 and 24. RGB value is (149,3,36). Sum of RGB (Red+Green+Blue) = 149+3+36=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #950324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950324 is #6AFCDB. Grayscale: #323232. Windows color (decimal): -7011548 or 2360213. OLE color: 2360213.

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

Color convert

RGB 149 3 36 -
CMYK 0 0.98 0.76 0.42
HSL 346.44º 0.96% 0.3% -
HSV(B) 346.44º 0.98% 0.58% -
XYZ 12.75 6.58 2.27 -
YUV 50.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 149 3 36 0 0.98 0.76 0.42 346.44 0.96 0.3
Hex 95 3 24 0 62 4C 2A 15A 60 1E
Octal 225 3 44 0 142 114 52 532 140 36
Binary 10010101 11 100100 0 1100010 1001100 101010 101011010 1100000 11110

Color Harmonies of #950324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950324

Black with #950324

Text Example


Text Example

White with #950324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950324; }

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

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

background-color css

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

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

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

border-color css

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

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

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