Html Css Color HEX #961028 Carmine

📋 copy color: '#961028'

red 150 ◦ green 16 ◦ blue 40

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

Shades of Carmine #961028

Tints of Carmine #961028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 72.82%
G = 7.77%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#961028 (or 0x961028) is known color: Carmine. HEX triplet: 96, 10 and 28. RGB value is (150,16,40). Sum of RGB (Red+Green+Blue) = 150+16+40=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #961028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961028 is #69EFD7. Grayscale: #3A3A3A. Windows color (decimal): -6942680 or 2625686. OLE color: 2625686.

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

Color convert

RGB 150 16 40 -
CMYK 0 0.89 0.73 0.41
HSL 349.25º 0.81% 0.33% -
HSV(B) 349.25º 0.89% 0.59% -
XYZ 13.15 7.01 2.67 -
YUV 58.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 150 16 40 0 0.89 0.73 0.41 349.25 0.81 0.33
Hex 96 10 28 0 59 49 29 15D 51 21
Octal 226 20 50 0 131 111 51 535 121 41
Binary 10010110 10000 101000 0 1011001 1001001 101001 101011101 1010001 100001

Color Harmonies of #961028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961028

Black with #961028

Text Example


Text Example

White with #961028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961028; }

 p { color: rgb(150,16,40); }

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

background-color css

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

 a { background-color: rgb(150,16,40); }

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

border-color css

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

 span { border-color: rgb(150,16,40); }

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