Html Css Color HEX #960C2A Carmine

📋 copy color: '#960C2A'

red 150 ◦ green 12 ◦ blue 42

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

Shades of Carmine #960C2A

Tints of Carmine #960C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.88%

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 73.53%
G = 5.88%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#960C2A (or 0x960C2A) is known color: Carmine. HEX triplet: 96, 0C and 2A. RGB value is (150,12,42). Sum of RGB (Red+Green+Blue) = 150+12+42=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #960C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960C2A is #69F3D5. Grayscale: #383838. Windows color (decimal): -6943702 or 2755734. OLE color: 2755734.

HSL color Cylindrical-coordinate representation of color #960C2A: hue angle of 346.96º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960C2A is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 12 42 -
CMYK 0 0.92 0.72 0.41
HSL 346.96º 0.85% 0.32% -
HSV(B) 346.96º 0.92% 0.59% -
XYZ 13.13 6.91 2.83 -
YUV 56.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 150 12 42 0 0.92 0.72 0.41 346.96 0.85 0.32
Hex 96 C 2A 0 5C 48 29 15B 55 20
Octal 226 14 52 0 134 110 51 533 125 40
Binary 10010110 1100 101010 0 1011100 1001000 101001 101011011 1010101 100000

Color Harmonies of #960C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960C2A

Black with #960C2A

Text Example


Text Example

White with #960C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960C2A; }

 p { color: rgb(150,12,42); }

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

background-color css

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

 a { background-color: rgb(150,12,42); }

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

border-color css

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

 span { border-color: rgb(150,12,42); }

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