Html Css Color HEX #96151C Carmine

📋 copy color: '#96151C'

red 150 ◦ green 21 ◦ blue 28

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

Shades of Carmine #96151C

Tints of Carmine #96151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 75.38%
G = 10.55%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96151C (or 0x96151C) is known color: Carmine. HEX triplet: 96, 15 and 1C. RGB value is (150,21,28). Sum of RGB (Red+Green+Blue) = 150+21+28=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96151C is #69EAE3. Grayscale: #3C3C3C. Windows color (decimal): -6941412 or 1840534. OLE color: 1840534.

HSL color Cylindrical-coordinate representation of color #96151C: hue angle of 356.74º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96151C is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 21 28 -
CMYK 0 0.86 0.81 0.41
HSL 356.74º 0.75% 0.34% -
HSV(B) 356.74º 0.86% 0.59% -
XYZ 13.06 7.1 1.78 -
YUV 60.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 150 21 28 0 0.86 0.81 0.41 356.74 0.75 0.34
Hex 96 15 1C 0 56 51 29 165 4B 22
Octal 226 25 34 0 126 121 51 545 113 42
Binary 10010110 10101 11100 0 1010110 1010001 101001 101100101 1001011 100010

Color Harmonies of #96151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96151C

Black with #96151C

Text Example


Text Example

White with #96151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96151C; }

 p { color: rgb(150,21,28); }

 H1.HeaderClassName
 {
   color: #96151C;
 }
 .AnyTagClassName
 {
   color: #96151C;
 }
</style>

background-color css

<style>
 a { background-color: #96151C; }

 a { background-color: rgb(150,21,28); }

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

border-color css

<style>
 span { border-color: #96151C; }

 span { border-color: rgb(150,21,28); }

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