Html Css Color HEX #96102C Carmine

📋 copy color: '#96102C'

red 150 ◦ green 16 ◦ blue 44

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

Shades of Carmine #96102C

Tints of Carmine #96102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 71.43%
G = 7.62%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96102C (or 0x96102C) is known color: Carmine. HEX triplet: 96, 10 and 2C. RGB value is (150,16,44). Sum of RGB (Red+Green+Blue) = 150+16+44=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #96102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96102C is #69EFD3. Grayscale: #3B3B3B. Windows color (decimal): -6942676 or 2887830. OLE color: 2887830.

HSL color Cylindrical-coordinate representation of color #96102C: hue angle of 347.46º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96102C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 44 -
CMYK 0 0.89 0.71 0.41
HSL 347.46º 0.81% 0.33% -
HSV(B) 347.46º 0.89% 0.59% -
XYZ 13.22 7.04 3.04 -
YUV 59.26 119.39 192.72 -
System Red Green Blue C M Y K H S L
Decimal 150 16 44 0 0.89 0.71 0.41 347.46 0.81 0.33
Hex 96 10 2C 0 59 47 29 15B 51 21
Octal 226 20 54 0 131 107 51 533 121 41
Binary 10010110 10000 101100 0 1011001 1000111 101001 101011011 1010001 100001

Color Harmonies of #96102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96102C

Black with #96102C

Text Example


Text Example

White with #96102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96102C; }

 p { color: rgb(150,16,44); }

 H1.HeaderClassName
 {
   color: #96102C;
 }
 .AnyTagClassName
 {
   color: #96102C;
 }
</style>

background-color css

<style>
 a { background-color: #96102C; }

 a { background-color: rgb(150,16,44); }

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

border-color css

<style>
 span { border-color: #96102C; }

 span { border-color: rgb(150,16,44); }

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