Html Css Color HEX #96032C Carmine

📋 copy color: '#96032C'

red 150 ◦ green 3 ◦ blue 44

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

Shades of Carmine #96032C

Tints of Carmine #96032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 76.14%
G = 1.52%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96032C (or 0x96032C) is known color: Carmine. HEX triplet: 96, 03 and 2C. RGB value is (150,3,44). Sum of RGB (Red+Green+Blue) = 150+3+44=197 (26% of max value = 765). Red value is 150 (58.98% from 255 or 76.14% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 150 - color contains mainly: red. Hex color #96032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96032C is #69FCD3. Grayscale: #333333. Windows color (decimal): -6946004 or 2884502. OLE color: 2884502.

HSL color Cylindrical-coordinate representation of color #96032C: hue angle of 343.27º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96032C is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 44 -
CMYK 0 0.98 0.71 0.41
HSL 343.27º 0.96% 0.3% -
HSV(B) 343.27º 0.98% 0.59% -
XYZ 13.06 6.73 2.99 -
YUV 51.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 150 3 44 0 0.98 0.71 0.41 343.27 0.96 0.3
Hex 96 3 2C 0 62 47 29 157 60 1E
Octal 226 3 54 0 142 107 51 527 140 36
Binary 10010110 11 101100 0 1100010 1000111 101001 101010111 1100000 11110

Color Harmonies of #96032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96032C

Black with #96032C

Text Example


Text Example

White with #96032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,3,44); }

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

background-color css

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

 a { background-color: rgb(150,3,44); }

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

border-color css

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

 span { border-color: rgb(150,3,44); }

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