Html Css Color HEX #96161F Carmine

📋 copy color: '#96161F'

red 150 ◦ green 22 ◦ blue 31

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

Shades of Carmine #96161F

Tints of Carmine #96161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 73.89%
G = 10.84%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#96161F (or 0x96161F) is known color: Carmine. HEX triplet: 96, 16 and 1F. RGB value is (150,22,31). Sum of RGB (Red+Green+Blue) = 150+22+31=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #96161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96161F is #69E9E0. Grayscale: #3D3D3D. Windows color (decimal): -6941153 or 2037398. OLE color: 2037398.

HSL color Cylindrical-coordinate representation of color #96161F: hue angle of 355.78º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96161F is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 31 -
CMYK 0 0.85 0.79 0.41
HSL 355.78º 0.74% 0.34% -
HSV(B) 355.78º 0.85% 0.59% -
XYZ 13.11 7.16 1.99 -
YUV 61.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 150 22 31 0 0.85 0.79 0.41 355.78 0.74 0.34
Hex 96 16 1F 0 55 4F 29 164 4A 22
Octal 226 26 37 0 125 117 51 544 112 42
Binary 10010110 10110 11111 0 1010101 1001111 101001 101100100 1001010 100010

Color Harmonies of #96161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96161F

Black with #96161F

Text Example


Text Example

White with #96161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96161F; }

 p { color: rgb(150,22,31); }

 H1.HeaderClassName
 {
   color: #96161F;
 }
 .AnyTagClassName
 {
   color: #96161F;
 }
</style>

background-color css

<style>
 a { background-color: #96161F; }

 a { background-color: rgb(150,22,31); }

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

border-color css

<style>
 span { border-color: #96161F; }

 span { border-color: rgb(150,22,31); }

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