Html Css Color HEX #96101B Carmine

📋 copy color: '#96101B'

red 150 ◦ green 16 ◦ blue 27

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

Shades of Carmine #96101B

Tints of Carmine #96101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.99%

R = 77.72%
G = 8.29%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96101B (or 0x96101B) is known color: Carmine. HEX triplet: 96, 10 and 1B. RGB value is (150,16,27). Sum of RGB (Red+Green+Blue) = 150+16+27=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #96101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96101B is #69EFE4. Grayscale: #393939. Windows color (decimal): -6942693 or 1773718. OLE color: 1773718.

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

Color convert

RGB 150 16 27 -
CMYK 0 0.89 0.82 0.41
HSL 355.07º 0.81% 0.33% -
HSV(B) 355.07º 0.89% 0.59% -
XYZ 12.96 6.93 1.69 -
YUV 57.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 150 16 27 0 0.89 0.82 0.41 355.07 0.81 0.33
Hex 96 10 1B 0 59 52 29 163 51 21
Octal 226 20 33 0 131 122 51 543 121 41
Binary 10010110 10000 11011 0 1011001 1010010 101001 101100011 1010001 100001

Color Harmonies of #96101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96101B

Black with #96101B

Text Example


Text Example

White with #96101B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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