Html Css Color HEX #960012 Carmine

📋 copy color: '#960012'

red 150 ◦ green 0 ◦ blue 18

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

Shades of Carmine #960012

Tints of Carmine #960012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.71%

R = 89.29%
G = 0%
B = 10.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#960012 (or 0x960012) is known color: Carmine. HEX triplet: 96, 00 and 12. RGB value is (150,0,18). Sum of RGB (Red+Green+Blue) = 150+0+18=168 (22% of max value = 765). Red value is 150 (58.98% from 255 or 89.29% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 150 - color contains mainly: red. Hex color #960012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960012 is #69FFED. Grayscale: #2E2E2E. Windows color (decimal): -6946798 or 1179798. OLE color: 1179798.

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

Color convert

RGB 150 0 18 -
CMYK 0 1 0.88 0.41
HSL 352.8º 1% 0.29% -
HSV(B) 352.8º 1% 0.59% -
XYZ 12.69 6.53 1.16 -
YUV 46.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 150 0 18 0 1 0.88 0.41 352.8 1 0.29
Hex 96 0 12 0 64 58 29 161 64 1D
Octal 226 0 22 0 144 130 51 541 144 35
Binary 10010110 0 10010 0 1100100 1011000 101001 101100001 1100100 11101

Color Harmonies of #960012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960012

Black with #960012

Text Example


Text Example

White with #960012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960012; }

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

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

background-color css

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

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

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

border-color css

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

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

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