Html Css Color HEX #950129 Carmine

📋 copy color: '#950129'

red 149 ◦ green 1 ◦ blue 41

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

Shades of Carmine #950129

Tints of Carmine #950129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 78.01%
G = 0.52%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#950129 (or 0x950129) is known color: Carmine. HEX triplet: 95, 01 and 29. RGB value is (149,1,41). Sum of RGB (Red+Green+Blue) = 149+1+41=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #950129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950129 is #6AFED6. Grayscale: #313131. Windows color (decimal): -7012055 or 2687381. OLE color: 2687381.

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

Color convert

RGB 149 1 41 -
CMYK 0 0.99 0.72 0.42
HSL 343.78º 0.99% 0.29% -
HSV(B) 343.78º 0.99% 0.58% -
XYZ 12.81 6.57 2.69 -
YUV 49.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 149 1 41 0 0.99 0.72 0.42 343.78 0.99 0.29
Hex 95 1 29 0 63 48 2A 158 63 1D
Octal 225 1 51 0 143 110 52 530 143 35
Binary 10010101 1 101001 0 1100011 1001000 101010 101011000 1100011 11101

Color Harmonies of #950129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950129

Black with #950129

Text Example


Text Example

White with #950129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950129; }

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

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

background-color css

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

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

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

border-color css

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

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

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