Html Css Color HEX #96041D Carmine

📋 copy color: '#96041D'

red 150 ◦ green 4 ◦ blue 29

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

Shades of Carmine #96041D

Tints of Carmine #96041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 81.97%
G = 2.19%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96041D (or 0x96041D) is known color: Carmine. HEX triplet: 96, 04 and 1D. RGB value is (150,4,29). Sum of RGB (Red+Green+Blue) = 150+4+29=183 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.97% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 150 - color contains mainly: red. Hex color #96041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96041D is #69FBE2. Grayscale: #323232. Windows color (decimal): -6945763 or 1901718. OLE color: 1901718.

HSL color Cylindrical-coordinate representation of color #96041D: hue angle of 349.73º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96041D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 29 -
CMYK 0 0.97 0.81 0.41
HSL 349.73º 0.95% 0.3% -
HSV(B) 349.73º 0.97% 0.59% -
XYZ 12.84 6.66 1.77 -
YUV 50.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 150 4 29 0 0.97 0.81 0.41 349.73 0.95 0.3
Hex 96 4 1D 0 61 51 29 15E 5F 1E
Octal 226 4 35 0 141 121 51 536 137 36
Binary 10010110 100 11101 0 1100001 1010001 101001 101011110 1011111 11110

Color Harmonies of #96041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96041D

Black with #96041D

Text Example


Text Example

White with #96041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96041D; }

 p { color: rgb(150,4,29); }

 H1.HeaderClassName
 {
   color: #96041D;
 }
 .AnyTagClassName
 {
   color: #96041D;
 }
</style>

background-color css

<style>
 a { background-color: #96041D; }

 a { background-color: rgb(150,4,29); }

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

border-color css

<style>
 span { border-color: #96041D; }

 span { border-color: rgb(150,4,29); }

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