Html Css Color HEX #96112B Carmine

📋 copy color: '#96112B'

red 150 ◦ green 17 ◦ blue 43

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

Shades of Carmine #96112B

Tints of Carmine #96112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.1%

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 71.43%
G = 8.1%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96112B (or 0x96112B) is known color: Carmine. HEX triplet: 96, 11 and 2B. RGB value is (150,17,43). Sum of RGB (Red+Green+Blue) = 150+17+43=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #96112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96112B is #69EED4. Grayscale: #3B3B3B. Windows color (decimal): -6942421 or 2822550. OLE color: 2822550.

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

Color convert

RGB 150 17 43 -
CMYK 0 0.89 0.71 0.41
HSL 348.27º 0.8% 0.33% -
HSV(B) 348.27º 0.89% 0.59% -
XYZ 13.21 7.06 2.95 -
YUV 59.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 150 17 43 0 0.89 0.71 0.41 348.27 0.8 0.33
Hex 96 11 2B 0 59 47 29 15C 50 21
Octal 226 21 53 0 131 107 51 534 120 41
Binary 10010110 10001 101011 0 1011001 1000111 101001 101011100 1010000 100001

Color Harmonies of #96112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96112B

Black with #96112B

Text Example


Text Example

White with #96112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,17,43); }

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

background-color css

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

 a { background-color: rgb(150,17,43); }

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

border-color css

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

 span { border-color: rgb(150,17,43); }

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