Html Css Color HEX #96011B Carmine

📋 copy color: '#96011B'

red 150 ◦ green 1 ◦ blue 27

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

Shades of Carmine #96011B

Tints of Carmine #96011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 84.27%
G = 0.56%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96011B (or 0x96011B) is known color: Carmine. HEX triplet: 96, 01 and 1B. RGB value is (150,1,27). Sum of RGB (Red+Green+Blue) = 150+1+27=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #96011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96011B is #69FEE4. Grayscale: #303030. Windows color (decimal): -6946533 or 1769878. OLE color: 1769878.

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

Color convert

RGB 150 1 27 -
CMYK 0 0.99 0.82 0.41
HSL 349.53º 0.99% 0.3% -
HSV(B) 349.53º 0.99% 0.59% -
XYZ 12.79 6.58 1.63 -
YUV 48.52 115.86 200.39 -
System Red Green Blue C M Y K H S L
Decimal 150 1 27 0 0.99 0.82 0.41 349.53 0.99 0.3
Hex 96 1 1B 0 63 52 29 15E 63 1E
Octal 226 1 33 0 143 122 51 536 143 36
Binary 10010110 1 11011 0 1100011 1010010 101001 101011110 1100011 11110

Color Harmonies of #96011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96011B

Black with #96011B

Text Example


Text Example

White with #96011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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