Html Css Color HEX #961016 Carmine

📋 copy color: '#961016'

red 150 ◦ green 16 ◦ blue 22

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

Shades of Carmine #961016

Tints of Carmine #961016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 79.79%
G = 8.51%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#961016 (or 0x961016) is known color: Carmine. HEX triplet: 96, 10 and 16. RGB value is (150,16,22). Sum of RGB (Red+Green+Blue) = 150+16+22=188 (24% of max value = 765). Red value is 150 (58.98% from 255 or 79.79% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 150 - color contains mainly: red. Hex color #961016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961016 is #69EFE9. Grayscale: #383838. Windows color (decimal): -6942698 or 1446038. OLE color: 1446038.

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

Color convert

RGB 150 16 22 -
CMYK 0 0.89 0.85 0.41
HSL 357.31º 0.81% 0.33% -
HSV(B) 357.31º 0.89% 0.59% -
XYZ 12.91 6.91 1.41 -
YUV 56.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 150 16 22 0 0.89 0.85 0.41 357.31 0.81 0.33
Hex 96 10 16 0 59 55 29 165 51 21
Octal 226 20 26 0 131 125 51 545 121 41
Binary 10010110 10000 10110 0 1011001 1010101 101001 101100101 1010001 100001

Color Harmonies of #961016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961016

Black with #961016

Text Example


Text Example

White with #961016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961016; }

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

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

background-color css

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

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

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

border-color css

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

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

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