Html Css Color HEX #960015 Carmine

📋 copy color: '#960015'

red 150 ◦ green 0 ◦ blue 21

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

Shades of Carmine #960015

Tints of Carmine #960015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.72%
G = 0%
B = 12.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#960015 (or 0x960015) is known color: Carmine. HEX triplet: 96, 00 and 15. RGB value is (150,0,21). Sum of RGB (Red+Green+Blue) = 150+0+21=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #960015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960015 is #69FFEA. Grayscale: #2F2F2F. Windows color (decimal): -6946795 or 1376406. OLE color: 1376406.

HSL color Cylindrical-coordinate representation of color #960015: hue angle of 351.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960015 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 21 -
CMYK 0 1 0.86 0.41
HSL 351.6º 1% 0.29% -
HSV(B) 351.6º 1% 0.59% -
XYZ 12.71 6.54 1.3 -
YUV 47.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 150 0 21 0 1 0.86 0.41 351.6 1 0.29
Hex 96 0 15 0 64 56 29 160 64 1D
Octal 226 0 25 0 144 126 51 540 144 35
Binary 10010110 0 10101 0 1100100 1010110 101001 101100000 1100100 11101

Color Harmonies of #960015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960015

Black with #960015

Text Example


Text Example

White with #960015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960015; }

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

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

background-color css

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

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

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

border-color css

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

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

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