Html Css Color HEX #961017 Carmine

📋 copy color: '#961017'

red 150 ◦ green 16 ◦ blue 23

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

Shades of Carmine #961017

Tints of Carmine #961017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.17%

R = 79.37%
G = 8.47%
B = 12.17%

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

#961017 (or 0x961017) is known color: Carmine. HEX triplet: 96, 10 and 17. RGB value is (150,16,23). Sum of RGB (Red+Green+Blue) = 150+16+23=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #961017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961017 is #69EFE8. Grayscale: #383838. Windows color (decimal): -6942697 or 1511574. OLE color: 1511574.

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

Color convert

RGB 150 16 23 -
CMYK 0 0.89 0.85 0.41
HSL 356.87º 0.81% 0.33% -
HSV(B) 356.87º 0.89% 0.59% -
XYZ 12.92 6.92 1.46 -
YUV 56.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 150 16 23 0 0.89 0.85 0.41 356.87 0.81 0.33
Hex 96 10 17 0 59 55 29 165 51 21
Octal 226 20 27 0 131 125 51 545 121 41
Binary 10010110 10000 10111 0 1011001 1010101 101001 101100101 1010001 100001

Color Harmonies of #961017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961017

Black with #961017

Text Example


Text Example

White with #961017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961017; }

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

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

background-color css

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

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

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

border-color css

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

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

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