Html Css Color HEX #96111D Carmine

📋 copy color: '#96111D'

red 150 ◦ green 17 ◦ blue 29

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

Shades of Carmine #96111D

Tints of Carmine #96111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 76.53%
G = 8.67%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96111D (or 0x96111D) is known color: Carmine. HEX triplet: 96, 11 and 1D. RGB value is (150,17,29). Sum of RGB (Red+Green+Blue) = 150+17+29=196 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.53% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 150 - color contains mainly: red. Hex color #96111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96111D is #69EEE2. Grayscale: #3A3A3A. Windows color (decimal): -6942435 or 1905046. OLE color: 1905046.

HSL color Cylindrical-coordinate representation of color #96111D: hue angle of 354.59º 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 #96111D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 29 -
CMYK 0 0.89 0.81 0.41
HSL 354.59º 0.8% 0.33% -
HSV(B) 354.59º 0.89% 0.59% -
XYZ 13 6.97 1.82 -
YUV 58.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 150 17 29 0 0.89 0.81 0.41 354.59 0.8 0.33
Hex 96 11 1D 0 59 51 29 163 50 21
Octal 226 21 35 0 131 121 51 543 120 41
Binary 10010110 10001 11101 0 1011001 1010001 101001 101100011 1010000 100001

Color Harmonies of #96111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96111D

Black with #96111D

Text Example


Text Example

White with #96111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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