Html Css Color HEX #960229 Carmine

📋 copy color: '#960229'

red 150 ◦ green 2 ◦ blue 41

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

Shades of Carmine #960229

Tints of Carmine #960229

RGB

 RED value IS 150 (58.98% from 255) = 77.72%

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 77.72%
G = 1.04%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#960229 (or 0x960229) is known color: Carmine. HEX triplet: 96, 02 and 29. RGB value is (150,2,41). Sum of RGB (Red+Green+Blue) = 150+2+41=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #960229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960229 is #69FDD6. Grayscale: #323232. Windows color (decimal): -6946263 or 2687638. OLE color: 2687638.

HSL color Cylindrical-coordinate representation of color #960229: hue angle of 344.19º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960229 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 41 -
CMYK 0 0.99 0.73 0.41
HSL 344.19º 0.97% 0.3% -
HSV(B) 344.19º 0.99% 0.59% -
XYZ 13 6.69 2.7 -
YUV 50.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 150 2 41 0 0.99 0.73 0.41 344.19 0.97 0.3
Hex 96 2 29 0 63 49 29 158 61 1E
Octal 226 2 51 0 143 111 51 530 141 36
Binary 10010110 10 101001 0 1100011 1001001 101001 101011000 1100001 11110

Color Harmonies of #960229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960229

Black with #960229

Text Example


Text Example

White with #960229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960229; }

 p { color: rgb(150,2,41); }

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

background-color css

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

 a { background-color: rgb(150,2,41); }

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

border-color css

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

 span { border-color: rgb(150,2,41); }

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