Html Css Color HEX #96041C Carmine

📋 copy color: '#96041C'

red 150 ◦ green 4 ◦ blue 28

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

Shades of Carmine #96041C

Tints of Carmine #96041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 82.42%
G = 2.2%
B = 15.38%

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

#96041C (or 0x96041C) is known color: Carmine. HEX triplet: 96, 04 and 1C. RGB value is (150,4,28). Sum of RGB (Red+Green+Blue) = 150+4+28=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #96041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96041C is #69FBE3. Grayscale: #323232. Windows color (decimal): -6945764 or 1836182. OLE color: 1836182.

HSL color Cylindrical-coordinate representation of color #96041C: hue angle of 350.14º 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 #96041C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 28 -
CMYK 0 0.97 0.81 0.41
HSL 350.14º 0.95% 0.3% -
HSV(B) 350.14º 0.97% 0.59% -
XYZ 12.83 6.65 1.71 -
YUV 50.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 150 4 28 0 0.97 0.81 0.41 350.14 0.95 0.3
Hex 96 4 1C 0 61 51 29 15E 5F 1E
Octal 226 4 34 0 141 121 51 536 137 36
Binary 10010110 100 11100 0 1100001 1010001 101001 101011110 1011111 11110

Color Harmonies of #96041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96041C

Black with #96041C

Text Example


Text Example

White with #96041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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