Html Css Color HEX #96181B Carmine

📋 copy color: '#96181B'

red 150 ◦ green 24 ◦ blue 27

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

Shades of Carmine #96181B

Tints of Carmine #96181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 74.63%
G = 11.94%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96181B (or 0x96181B) is known color: Carmine. HEX triplet: 96, 18 and 1B. RGB value is (150,24,27). Sum of RGB (Red+Green+Blue) = 150+24+27=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #96181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96181B is #69E7E4. Grayscale: #3E3E3E. Windows color (decimal): -6940645 or 1775766. OLE color: 1775766.

HSL color Cylindrical-coordinate representation of color #96181B: hue angle of 358.57º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96181B is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 27 -
CMYK 0 0.84 0.82 0.41
HSL 358.57º 0.72% 0.34% -
HSV(B) 358.57º 0.84% 0.59% -
XYZ 13.1 7.22 1.74 -
YUV 62.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 150 24 27 0 0.84 0.82 0.41 358.57 0.72 0.34
Hex 96 18 1B 0 54 52 29 167 48 22
Octal 226 30 33 0 124 122 51 547 110 42
Binary 10010110 11000 11011 0 1010100 1010010 101001 101100111 1001000 100010

Color Harmonies of #96181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96181B

Black with #96181B

Text Example


Text Example

White with #96181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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