Html Css Color HEX #96141B Carmine

📋 copy color: '#96141B'

red 150 ◦ green 20 ◦ blue 27

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

Shades of Carmine #96141B

Tints of Carmine #96141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.71%

R = 76.14%
G = 10.15%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96141B (or 0x96141B) is known color: Carmine. HEX triplet: 96, 14 and 1B. RGB value is (150,20,27). Sum of RGB (Red+Green+Blue) = 150+20+27=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96141B is #69EBE4. Grayscale: #3B3B3B. Windows color (decimal): -6941669 or 1774742. OLE color: 1774742.

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

Color convert

RGB 150 20 27 -
CMYK 0 0.87 0.82 0.41
HSL 356.77º 0.76% 0.33% -
HSV(B) 356.77º 0.87% 0.59% -
XYZ 13.03 7.06 1.71 -
YUV 59.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 150 20 27 0 0.87 0.82 0.41 356.77 0.76 0.33
Hex 96 14 1B 0 57 52 29 165 4C 21
Octal 226 24 33 0 127 122 51 545 114 41
Binary 10010110 10100 11011 0 1010111 1010010 101001 101100101 1001100 100001

Color Harmonies of #96141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96141B

Black with #96141B

Text Example


Text Example

White with #96141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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