Html Css Color HEX #951129 Carmine

📋 copy color: '#951129'

red 149 ◦ green 17 ◦ blue 41

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

Shades of Carmine #951129

Tints of Carmine #951129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.21%

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

R = 71.98%
G = 8.21%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#951129 (or 0x951129) is known color: Carmine. HEX triplet: 95, 11 and 29. RGB value is (149,17,41). Sum of RGB (Red+Green+Blue) = 149+17+41=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #951129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951129 is #6AEED6. Grayscale: #3B3B3B. Windows color (decimal): -7007959 or 2691477. OLE color: 2691477.

HSL color Cylindrical-coordinate representation of color #951129: hue angle of 349.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951129 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 41 -
CMYK 0 0.89 0.72 0.42
HSL 349.09º 0.8% 0.33% -
HSV(B) 349.09º 0.89% 0.58% -
XYZ 13 6.95 2.75 -
YUV 59.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 149 17 41 0 0.89 0.72 0.42 349.09 0.8 0.33
Hex 95 11 29 0 59 48 2A 15D 50 21
Octal 225 21 51 0 131 110 52 535 120 41
Binary 10010101 10001 101001 0 1011001 1001000 101010 101011101 1010000 100001

Color Harmonies of #951129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951129

Black with #951129

Text Example


Text Example

White with #951129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951129; }

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

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

background-color css

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

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

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

border-color css

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

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

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