Html Css Color HEX #96101A Carmine

📋 copy color: '#96101A'

red 150 ◦ green 16 ◦ blue 26

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

Shades of Carmine #96101A

Tints of Carmine #96101A

RGB

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

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

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

R = 78.13%
G = 8.33%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#96101A (or 0x96101A) is known color: Carmine. HEX triplet: 96, 10 and 1A. RGB value is (150,16,26). Sum of RGB (Red+Green+Blue) = 150+16+26=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #96101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96101A is #69EFE5. Grayscale: #393939. Windows color (decimal): -6942694 or 1708182. OLE color: 1708182.

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

Color convert

RGB 150 16 26 -
CMYK 0 0.89 0.83 0.41
HSL 355.52º 0.81% 0.33% -
HSV(B) 355.52º 0.89% 0.59% -
XYZ 12.95 6.93 1.63 -
YUV 57.21 110.39 194.19 -
System Red Green Blue C M Y K H S L
Decimal 150 16 26 0 0.89 0.83 0.41 355.52 0.81 0.33
Hex 96 10 1A 0 59 53 29 164 51 21
Octal 226 20 32 0 131 123 51 544 121 41
Binary 10010110 10000 11010 0 1011001 1010011 101001 101100100 1010001 100001

Color Harmonies of #96101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96101A

Black with #96101A

Text Example


Text Example

White with #96101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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