Html Css Color HEX #96041E Carmine

📋 copy color: '#96041E'

red 150 ◦ green 4 ◦ blue 30

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

Shades of Carmine #96041E

Tints of Carmine #96041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 81.52%
G = 2.17%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#96041E (or 0x96041E) is known color: Carmine. HEX triplet: 96, 04 and 1E. RGB value is (150,4,30). Sum of RGB (Red+Green+Blue) = 150+4+30=184 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.52% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 150 - color contains mainly: red. Hex color #96041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96041E is #69FBE1. Grayscale: #323232. Windows color (decimal): -6945762 or 1967254. OLE color: 1967254.

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

Color convert

RGB 150 4 30 -
CMYK 0 0.97 0.80 0.41
HSL 349.32º 0.95% 0.3% -
HSV(B) 349.32º 0.97% 0.59% -
XYZ 12.86 6.66 1.84 -
YUV 50.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 150 4 30 0 0.97 0.80 0.41 349.32 0.95 0.3
Hex 96 4 1E 0 61 50 29 15D 5F 1E
Octal 226 4 36 0 141 120 51 535 137 36
Binary 10010110 100 11110 0 1100001 1010000 101001 101011101 1011111 11110

Color Harmonies of #96041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96041E

Black with #96041E

Text Example


Text Example

White with #96041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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