Html Css Color HEX #960315 Carmine

📋 copy color: '#960315'

red 150 ◦ green 3 ◦ blue 21

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

Shades of Carmine #960315

Tints of Carmine #960315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

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

R = 86.21%
G = 1.72%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#960315 (or 0x960315) is known color: Carmine. HEX triplet: 96, 03 and 15. RGB value is (150,3,21). Sum of RGB (Red+Green+Blue) = 150+3+21=174 (23% of max value = 765). Red value is 150 (58.98% from 255 or 86.21% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 150 - color contains mainly: red. Hex color #960315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960315 is #69FCEA. Grayscale: #313131. Windows color (decimal): -6946027 or 1377174. OLE color: 1377174.

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

Color convert

RGB 150 3 21 -
CMYK 0 0.98 0.86 0.41
HSL 352.65º 0.96% 0.3% -
HSV(B) 352.65º 0.98% 0.59% -
XYZ 12.75 6.6 1.31 -
YUV 49.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 150 3 21 0 0.98 0.86 0.41 352.65 0.96 0.3
Hex 96 3 15 0 62 56 29 161 60 1E
Octal 226 3 25 0 142 126 51 541 140 36
Binary 10010110 11 10101 0 1100010 1010110 101001 101100001 1100000 11110

Color Harmonies of #960315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960315

Black with #960315

Text Example


Text Example

White with #960315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960315; }

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

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

background-color css

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

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

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

border-color css

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

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

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