Html Css Color HEX #950525 Carmine

📋 copy color: '#950525'

red 149 ◦ green 5 ◦ blue 37

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

Shades of Carmine #950525

Tints of Carmine #950525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.37%

R = 78.01%
G = 2.62%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#950525 (or 0x950525) is known color: Carmine. HEX triplet: 95, 05 and 25. RGB value is (149,5,37). Sum of RGB (Red+Green+Blue) = 149+5+37=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #950525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950525 is #6AFADA. Grayscale: #333333. Windows color (decimal): -7011035 or 2426261. OLE color: 2426261.

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

Color convert

RGB 149 5 37 -
CMYK 0 0.97 0.75 0.42
HSL 346.67º 0.94% 0.3% -
HSV(B) 346.67º 0.97% 0.58% -
XYZ 12.78 6.63 2.36 -
YUV 51.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 149 5 37 0 0.97 0.75 0.42 346.67 0.94 0.3
Hex 95 5 25 0 61 4B 2A 15B 5E 1E
Octal 225 5 45 0 141 113 52 533 136 36
Binary 10010101 101 100101 0 1100001 1001011 101010 101011011 1011110 11110

Color Harmonies of #950525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950525

Black with #950525

Text Example


Text Example

White with #950525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950525; }

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

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

background-color css

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

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

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

border-color css

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

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

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