Html Css Color HEX #951128 Carmine

📋 copy color: '#951128'

red 149 ◦ green 17 ◦ blue 40

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

Shades of Carmine #951128

Tints of Carmine #951128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 72.33%
G = 8.25%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#951128 (or 0x951128) is known color: Carmine. HEX triplet: 95, 11 and 28. RGB value is (149,17,40). Sum of RGB (Red+Green+Blue) = 149+17+40=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #951128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951128 is #6AEED7. Grayscale: #3B3B3B. Windows color (decimal): -7007960 or 2625941. OLE color: 2625941.

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

Color convert

RGB 149 17 40 -
CMYK 0 0.89 0.73 0.42
HSL 349.55º 0.8% 0.33% -
HSV(B) 349.55º 0.89% 0.58% -
XYZ 12.98 6.94 2.66 -
YUV 59.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 149 17 40 0 0.89 0.73 0.42 349.55 0.8 0.33
Hex 95 11 28 0 59 49 2A 15E 50 21
Octal 225 21 50 0 131 111 52 536 120 41
Binary 10010101 10001 101000 0 1011001 1001001 101010 101011110 1010000 100001

Color Harmonies of #951128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951128

Black with #951128

Text Example


Text Example

White with #951128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951128; }

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

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

background-color css

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

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

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

border-color css

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

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

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