Html Css Color HEX #961015 Carmine

📋 copy color: '#961015'

red 150 ◦ green 16 ◦ blue 21

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

Shades of Carmine #961015

Tints of Carmine #961015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 80.21%
G = 8.56%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#961015 (or 0x961015) is known color: Carmine. HEX triplet: 96, 10 and 15. RGB value is (150,16,21). Sum of RGB (Red+Green+Blue) = 150+16+21=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #961015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961015 is #69EFEA. Grayscale: #383838. Windows color (decimal): -6942699 or 1380502. OLE color: 1380502.

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

Color convert

RGB 150 16 21 -
CMYK 0 0.89 0.86 0.41
HSL 357.76º 0.81% 0.33% -
HSV(B) 357.76º 0.89% 0.59% -
XYZ 12.9 6.91 1.36 -
YUV 56.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 150 16 21 0 0.89 0.86 0.41 357.76 0.81 0.33
Hex 96 10 15 0 59 56 29 166 51 21
Octal 226 20 25 0 131 126 51 546 121 41
Binary 10010110 10000 10101 0 1011001 1010110 101001 101100110 1010001 100001

Color Harmonies of #961015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961015

Black with #961015

Text Example


Text Example

White with #961015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961015; }

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

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

background-color css

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

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

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

border-color css

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

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

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