Html Css Color HEX #96121F Carmine

📋 copy color: '#96121F'

red 150 ◦ green 18 ◦ blue 31

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

Shades of Carmine #96121F

Tints of Carmine #96121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 75.38%
G = 9.05%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#96121F (or 0x96121F) is known color: Carmine. HEX triplet: 96, 12 and 1F. RGB value is (150,18,31). Sum of RGB (Red+Green+Blue) = 150+18+31=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96121F is #69EDE0. Grayscale: #3B3B3B. Windows color (decimal): -6942177 or 2036374. OLE color: 2036374.

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

Color convert

RGB 150 18 31 -
CMYK 0 0.88 0.79 0.41
HSL 354.09º 0.79% 0.33% -
HSV(B) 354.09º 0.88% 0.59% -
XYZ 13.04 7.02 1.96 -
YUV 58.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 150 18 31 0 0.88 0.79 0.41 354.09 0.79 0.33
Hex 96 12 1F 0 58 4F 29 162 4F 21
Octal 226 22 37 0 130 117 51 542 117 41
Binary 10010110 10010 11111 0 1011000 1001111 101001 101100010 1001111 100001

Color Harmonies of #96121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96121F

Black with #96121F

Text Example


Text Example

White with #96121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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