Html Css Color HEX #950524 Carmine

📋 copy color: '#950524'

red 149 ◦ green 5 ◦ blue 36

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

Shades of Carmine #950524

Tints of Carmine #950524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 78.42%
G = 2.63%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#950524 (or 0x950524) is known color: Carmine. HEX triplet: 95, 05 and 24. RGB value is (149,5,36). Sum of RGB (Red+Green+Blue) = 149+5+36=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #950524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950524 is #6AFADB. Grayscale: #333333. Windows color (decimal): -7011036 or 2360725. OLE color: 2360725.

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

Color convert

RGB 149 5 36 -
CMYK 0 0.97 0.76 0.42
HSL 347.08º 0.94% 0.3% -
HSV(B) 347.08º 0.97% 0.58% -
XYZ 12.77 6.63 2.28 -
YUV 51.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 149 5 36 0 0.97 0.76 0.42 347.08 0.94 0.3
Hex 95 5 24 0 61 4C 2A 15B 5E 1E
Octal 225 5 44 0 141 114 52 533 136 36
Binary 10010101 101 100100 0 1100001 1001100 101010 101011011 1011110 11110

Color Harmonies of #950524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950524

Black with #950524

Text Example


Text Example

White with #950524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950524; }

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

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

background-color css

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

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

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

border-color css

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

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

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