Html Css Color HEX #96102B Carmine

📋 copy color: '#96102B'

red 150 ◦ green 16 ◦ blue 43

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

Shades of Carmine #96102B

Tints of Carmine #96102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 71.77%
G = 7.66%
B = 20.57%

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

#96102B (or 0x96102B) is known color: Carmine. HEX triplet: 96, 10 and 2B. RGB value is (150,16,43). Sum of RGB (Red+Green+Blue) = 150+16+43=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #96102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96102B is #69EFD4. Grayscale: #3B3B3B. Windows color (decimal): -6942677 or 2822294. OLE color: 2822294.

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

Color convert

RGB 150 16 43 -
CMYK 0 0.89 0.71 0.41
HSL 347.91º 0.81% 0.33% -
HSV(B) 347.91º 0.89% 0.59% -
XYZ 13.2 7.03 2.95 -
YUV 59.14 118.89 192.8 -
System Red Green Blue C M Y K H S L
Decimal 150 16 43 0 0.89 0.71 0.41 347.91 0.81 0.33
Hex 96 10 2B 0 59 47 29 15C 51 21
Octal 226 20 53 0 131 107 51 534 121 41
Binary 10010110 10000 101011 0 1011001 1000111 101001 101011100 1010001 100001

Color Harmonies of #96102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96102B

Black with #96102B

Text Example


Text Example

White with #96102B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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