Html Css Color HEX #950125 Carmine

📋 copy color: '#950125'

red 149 ◦ green 1 ◦ blue 37

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

Shades of Carmine #950125

Tints of Carmine #950125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 79.68%
G = 0.53%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#950125 (or 0x950125) is known color: Carmine. HEX triplet: 95, 01 and 25. RGB value is (149,1,37). Sum of RGB (Red+Green+Blue) = 149+1+37=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #950125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950125 is #6AFEDA. Grayscale: #313131. Windows color (decimal): -7012059 or 2425237. OLE color: 2425237.

HSL color Cylindrical-coordinate representation of color #950125: hue angle of 345.41º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950125 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 37 -
CMYK 0 0.99 0.75 0.42
HSL 345.41º 0.99% 0.29% -
HSV(B) 345.41º 0.99% 0.58% -
XYZ 12.74 6.54 2.34 -
YUV 49.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 149 1 37 0 0.99 0.75 0.42 345.41 0.99 0.29
Hex 95 1 25 0 63 4B 2A 159 63 1D
Octal 225 1 45 0 143 113 52 531 143 35
Binary 10010101 1 100101 0 1100011 1001011 101010 101011001 1100011 11101

Color Harmonies of #950125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950125

Black with #950125

Text Example


Text Example

White with #950125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950125; }

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

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

background-color css

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

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

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

border-color css

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

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

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