Html Css Color HEX #96181A Carmine

📋 copy color: '#96181A'

red 150 ◦ green 24 ◦ blue 26

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

Shades of Carmine #96181A

Tints of Carmine #96181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13%

R = 75%
G = 12%
B = 13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96181A (or 0x96181A) is known color: Carmine. HEX triplet: 96, 18 and 1A. RGB value is (150,24,26). Sum of RGB (Red+Green+Blue) = 150+24+26=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96181A is #69E7E5. Grayscale: #3E3E3E. Windows color (decimal): -6940646 or 1710230. OLE color: 1710230.

HSL color Cylindrical-coordinate representation of color #96181A: hue angle of 359.05º 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 #96181A is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 26 -
CMYK 0 0.84 0.83 0.41
HSL 359.05º 0.72% 0.34% -
HSV(B) 359.05º 0.84% 0.59% -
XYZ 13.09 7.21 1.68 -
YUV 61.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 150 24 26 0 0.84 0.83 0.41 359.05 0.72 0.34
Hex 96 18 1A 0 54 53 29 167 48 22
Octal 226 30 32 0 124 123 51 547 110 42
Binary 10010110 11000 11010 0 1010100 1010011 101001 101100111 1001000 100010

Color Harmonies of #96181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96181A

Black with #96181A

Text Example


Text Example

White with #96181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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