Html Css Color HEX #96191B Carmine

📋 copy color: '#96191B'

red 150 ◦ green 25 ◦ blue 27

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

Shades of Carmine #96191B

Tints of Carmine #96191B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

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

R = 74.26%
G = 12.38%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96191B (or 0x96191B) is known color: Carmine. HEX triplet: 96, 19 and 1B. RGB value is (150,25,27). Sum of RGB (Red+Green+Blue) = 150+25+27=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #96191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96191B is #69E6E4. Grayscale: #3E3E3E. Windows color (decimal): -6940389 or 1776022. OLE color: 1776022.

HSL color Cylindrical-coordinate representation of color #96191B: hue angle of 359.04º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96191B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 27 -
CMYK 0 0.83 0.82 0.41
HSL 359.04º 0.71% 0.34% -
HSV(B) 359.04º 0.83% 0.59% -
XYZ 13.12 7.26 1.75 -
YUV 62.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 150 25 27 0 0.83 0.82 0.41 359.04 0.71 0.34
Hex 96 19 1B 0 53 52 29 167 47 22
Octal 226 31 33 0 123 122 51 547 107 42
Binary 10010110 11001 11011 0 1010011 1010010 101001 101100111 1000111 100010

Color Harmonies of #96191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96191B

Black with #96191B

Text Example


Text Example

White with #96191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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