Html Css Color HEX #96141F Carmine

📋 copy color: '#96141F'

red 150 ◦ green 20 ◦ blue 31

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

Shades of Carmine #96141F

Tints of Carmine #96141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 74.63%
G = 9.95%
B = 15.42%

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

#96141F (or 0x96141F) is known color: Carmine. HEX triplet: 96, 14 and 1F. RGB value is (150,20,31). Sum of RGB (Red+Green+Blue) = 150+20+31=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #96141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96141F is #69EBE0. Grayscale: #3C3C3C. Windows color (decimal): -6941665 or 2036886. OLE color: 2036886.

HSL color Cylindrical-coordinate representation of color #96141F: hue angle of 354.92º degrees, saturation: 0.76, 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 #96141F is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 31 -
CMYK 0 0.87 0.79 0.41
HSL 354.92º 0.76% 0.33% -
HSV(B) 354.92º 0.87% 0.59% -
XYZ 13.08 7.08 1.97 -
YUV 60.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 150 20 31 0 0.87 0.79 0.41 354.92 0.76 0.33
Hex 96 14 1F 0 57 4F 29 163 4C 21
Octal 226 24 37 0 127 117 51 543 114 41
Binary 10010110 10100 11111 0 1010111 1001111 101001 101100011 1001100 100001

Color Harmonies of #96141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96141F

Black with #96141F

Text Example


Text Example

White with #96141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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