Html Css Color HEX #96112E Carmine

📋 copy color: '#96112E'

red 150 ◦ green 17 ◦ blue 46

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

Shades of Carmine #96112E

Tints of Carmine #96112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 70.42%
G = 7.98%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96112E (or 0x96112E) is known color: Carmine. HEX triplet: 96, 11 and 2E. RGB value is (150,17,46). Sum of RGB (Red+Green+Blue) = 150+17+46=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96112E is #69EED1. Grayscale: #3C3C3C. Windows color (decimal): -6942418 or 3019158. OLE color: 3019158.

HSL color Cylindrical-coordinate representation of color #96112E: hue angle of 346.92º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96112E is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 46 -
CMYK 0 0.89 0.69 0.41
HSL 346.92º 0.8% 0.33% -
HSV(B) 346.92º 0.89% 0.59% -
XYZ 13.27 7.08 3.25 -
YUV 60.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 150 17 46 0 0.89 0.69 0.41 346.92 0.8 0.33
Hex 96 11 2E 0 59 45 29 15B 50 21
Octal 226 21 56 0 131 105 51 533 120 41
Binary 10010110 10001 101110 0 1011001 1000101 101001 101011011 1010000 100001

Color Harmonies of #96112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96112E

Black with #96112E

Text Example


Text Example

White with #96112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96112E; }

 p { color: rgb(150,17,46); }

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

background-color css

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

 a { background-color: rgb(150,17,46); }

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

border-color css

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

 span { border-color: rgb(150,17,46); }

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