Html Css Color HEX #950526 Carmine

📋 copy color: '#950526'

red 149 ◦ green 5 ◦ blue 38

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

Shades of Carmine #950526

Tints of Carmine #950526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.79%

R = 77.6%
G = 2.6%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#950526 (or 0x950526) is known color: Carmine. HEX triplet: 95, 05 and 26. RGB value is (149,5,38). Sum of RGB (Red+Green+Blue) = 149+5+38=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #950526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950526 is #6AFAD9. Grayscale: #333333. Windows color (decimal): -7011034 or 2491797. OLE color: 2491797.

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

Color convert

RGB 149 5 38 -
CMYK 0 0.97 0.74 0.42
HSL 346.25º 0.94% 0.3% -
HSV(B) 346.25º 0.97% 0.58% -
XYZ 12.8 6.64 2.44 -
YUV 51.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 149 5 38 0 0.97 0.74 0.42 346.25 0.94 0.3
Hex 95 5 26 0 61 4A 2A 15A 5E 1E
Octal 225 5 46 0 141 112 52 532 136 36
Binary 10010101 101 100110 0 1100001 1001010 101010 101011010 1011110 11110

Color Harmonies of #950526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950526

Black with #950526

Text Example


Text Example

White with #950526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950526; }

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

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

background-color css

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

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

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

border-color css

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

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

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