Html Css Color HEX #960E20 Carmine

📋 copy color: '#960E20'

red 150 ◦ green 14 ◦ blue 32

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

Shades of Carmine #960E20

Tints of Carmine #960E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.14%

 BLUE value IS 32 (12.89% from 255) = 16.33%

R = 76.53%
G = 7.14%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#960E20 (or 0x960E20) is known color: Carmine. HEX triplet: 96, 0E and 20. RGB value is (150,14,32). Sum of RGB (Red+Green+Blue) = 150+14+32=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #960E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960E20 is #69F1DF. Grayscale: #383838. Windows color (decimal): -6943200 or 2100886. OLE color: 2100886.

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

Color convert

RGB 150 14 32 -
CMYK 0 0.91 0.79 0.41
HSL 352.06º 0.83% 0.32% -
HSV(B) 352.06º 0.91% 0.59% -
XYZ 13 6.9 2.01 -
YUV 56.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 150 14 32 0 0.91 0.79 0.41 352.06 0.83 0.32
Hex 96 E 20 0 5B 4F 29 160 53 20
Octal 226 16 40 0 133 117 51 540 123 40
Binary 10010110 1110 100000 0 1011011 1001111 101001 101100000 1010011 100000

Color Harmonies of #960E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960E20

Black with #960E20

Text Example


Text Example

White with #960E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,14,32); }

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

background-color css

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

 a { background-color: rgb(150,14,32); }

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

border-color css

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

 span { border-color: rgb(150,14,32); }

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