Html Css Color HEX #950528 Carmine

📋 copy color: '#950528'

red 149 ◦ green 5 ◦ blue 40

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

Shades of Carmine #950528

Tints of Carmine #950528

RGB

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

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

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

R = 76.8%
G = 2.58%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#950528 (or 0x950528) is known color: Carmine. HEX triplet: 95, 05 and 28. RGB value is (149,5,40). Sum of RGB (Red+Green+Blue) = 149+5+40=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #950528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950528 is #6AFAD7. Grayscale: #343434. Windows color (decimal): -7011032 or 2622869. OLE color: 2622869.

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

Color convert

RGB 149 5 40 -
CMYK 0 0.97 0.73 0.42
HSL 345.42º 0.94% 0.3% -
HSV(B) 345.42º 0.97% 0.58% -
XYZ 12.83 6.65 2.62 -
YUV 52.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 149 5 40 0 0.97 0.73 0.42 345.42 0.94 0.3
Hex 95 5 28 0 61 49 2A 159 5E 1E
Octal 225 5 50 0 141 111 52 531 136 36
Binary 10010101 101 101000 0 1100001 1001001 101010 101011001 1011110 11110

Color Harmonies of #950528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950528

Black with #950528

Text Example


Text Example

White with #950528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950528; }

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

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

background-color css

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

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

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

border-color css

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

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

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