Html Css Color HEX #96121D Carmine

📋 copy color: '#96121D'

red 150 ◦ green 18 ◦ blue 29

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

Shades of Carmine #96121D

Tints of Carmine #96121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 76.14%
G = 9.14%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96121D (or 0x96121D) is known color: Carmine. HEX triplet: 96, 12 and 1D. RGB value is (150,18,29). Sum of RGB (Red+Green+Blue) = 150+18+29=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96121D is #69EDE2. Grayscale: #3A3A3A. Windows color (decimal): -6942179 or 1905302. OLE color: 1905302.

HSL color Cylindrical-coordinate representation of color #96121D: hue angle of 355º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96121D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 18 29 -
CMYK 0 0.88 0.81 0.41
HSL 355º 0.79% 0.33% -
HSV(B) 355º 0.88% 0.59% -
XYZ 13.02 7.01 1.83 -
YUV 58.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 150 18 29 0 0.88 0.81 0.41 355 0.79 0.33
Hex 96 12 1D 0 58 51 29 163 4F 21
Octal 226 22 35 0 130 121 51 543 117 41
Binary 10010110 10010 11101 0 1011000 1010001 101001 101100011 1001111 100001

Color Harmonies of #96121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96121D

Black with #96121D

Text Example


Text Example

White with #96121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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