Html Css Color HEX #961318 Carmine

📋 copy color: '#961318'

red 150 ◦ green 19 ◦ blue 24

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

Shades of Carmine #961318

Tints of Carmine #961318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 24 (9.77% from 255) = 12.44%

R = 77.72%
G = 9.84%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#961318 (or 0x961318) is known color: Carmine. HEX triplet: 96, 13 and 18. RGB value is (150,19,24). Sum of RGB (Red+Green+Blue) = 150+19+24=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #961318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961318 is #69ECE7. Grayscale: #3A3A3A. Windows color (decimal): -6941928 or 1577878. OLE color: 1577878.

HSL color Cylindrical-coordinate representation of color #961318: hue angle of 357.71º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961318 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 24 -
CMYK 0 0.87 0.84 0.41
HSL 357.71º 0.78% 0.33% -
HSV(B) 357.71º 0.87% 0.59% -
XYZ 12.98 7.02 1.53 -
YUV 58.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 150 19 24 0 0.87 0.84 0.41 357.71 0.78 0.33
Hex 96 13 18 0 57 54 29 166 4E 21
Octal 226 23 30 0 127 124 51 546 116 41
Binary 10010110 10011 11000 0 1010111 1010100 101001 101100110 1001110 100001

Color Harmonies of #961318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961318

Black with #961318

Text Example


Text Example

White with #961318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961318; }

 p { color: rgb(150,19,24); }

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

background-color css

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

 a { background-color: rgb(150,19,24); }

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

border-color css

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

 span { border-color: rgb(150,19,24); }

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