Html Css Color HEX #96131F Carmine

📋 copy color: '#96131F'

red 150 ◦ green 19 ◦ blue 31

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

Shades of Carmine #96131F

Tints of Carmine #96131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

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

R = 75%
G = 9.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#96131F (or 0x96131F) is known color: Carmine. HEX triplet: 96, 13 and 1F. RGB value is (150,19,31). Sum of RGB (Red+Green+Blue) = 150+19+31=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96131F is #69ECE0. Grayscale: #3B3B3B. Windows color (decimal): -6941921 or 2036630. OLE color: 2036630.

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

Color convert

RGB 150 19 31 -
CMYK 0 0.87 0.79 0.41
HSL 354.5º 0.78% 0.33% -
HSV(B) 354.5º 0.87% 0.59% -
XYZ 13.06 7.05 1.97 -
YUV 59.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 150 19 31 0 0.87 0.79 0.41 354.5 0.78 0.33
Hex 96 13 1F 0 57 4F 29 163 4E 21
Octal 226 23 37 0 127 117 51 543 116 41
Binary 10010110 10011 11111 0 1010111 1001111 101001 101100011 1001110 100001

Color Harmonies of #96131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96131F

Black with #96131F

Text Example


Text Example

White with #96131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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