Html Css Color HEX #96101D Carmine

📋 copy color: '#96101D'

red 150 ◦ green 16 ◦ blue 29

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

Shades of Carmine #96101D

Tints of Carmine #96101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

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

R = 76.92%
G = 8.21%
B = 14.87%

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

#96101D (or 0x96101D) is known color: Carmine. HEX triplet: 96, 10 and 1D. RGB value is (150,16,29). Sum of RGB (Red+Green+Blue) = 150+16+29=195 (25% of max value = 765). Red value is 150 (58.98% from 255 or 76.92% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 150 - color contains mainly: red. Hex color #96101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96101D is #69EFE2. Grayscale: #393939. Windows color (decimal): -6942691 or 1904790. OLE color: 1904790.

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

Color convert

RGB 150 16 29 -
CMYK 0 0.89 0.81 0.41
HSL 354.18º 0.81% 0.33% -
HSV(B) 354.18º 0.89% 0.59% -
XYZ 12.98 6.94 1.82 -
YUV 57.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 150 16 29 0 0.89 0.81 0.41 354.18 0.81 0.33
Hex 96 10 1D 0 59 51 29 162 51 21
Octal 226 20 35 0 131 121 51 542 121 41
Binary 10010110 10000 11101 0 1011001 1010001 101001 101100010 1010001 100001

Color Harmonies of #96101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96101D

Black with #96101D

Text Example


Text Example

White with #96101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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