Html Css Color HEX #96131D Carmine

📋 copy color: '#96131D'

red 150 ◦ green 19 ◦ blue 29

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

Shades of Carmine #96131D

Tints of Carmine #96131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

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

R = 75.76%
G = 9.6%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96131D (or 0x96131D) is known color: Carmine. HEX triplet: 96, 13 and 1D. RGB value is (150,19,29). Sum of RGB (Red+Green+Blue) = 150+19+29=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96131D is #69ECE2. Grayscale: #3B3B3B. Windows color (decimal): -6941923 or 1905558. OLE color: 1905558.

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

Color convert

RGB 150 19 29 -
CMYK 0 0.87 0.81 0.41
HSL 355.42º 0.78% 0.33% -
HSV(B) 355.42º 0.87% 0.59% -
XYZ 13.03 7.04 1.83 -
YUV 59.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 150 19 29 0 0.87 0.81 0.41 355.42 0.78 0.33
Hex 96 13 1D 0 57 51 29 163 4E 21
Octal 226 23 35 0 127 121 51 543 116 41
Binary 10010110 10011 11101 0 1010111 1010001 101001 101100011 1001110 100001

Color Harmonies of #96131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96131D

Black with #96131D

Text Example


Text Example

White with #96131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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