Html Css Color HEX #96032D Carmine

📋 copy color: '#96032D'

red 150 ◦ green 3 ◦ blue 45

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

Shades of Carmine #96032D

Tints of Carmine #96032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 75.76%
G = 1.52%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96032D (or 0x96032D) is known color: Carmine. HEX triplet: 96, 03 and 2D. RGB value is (150,3,45). Sum of RGB (Red+Green+Blue) = 150+3+45=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #96032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96032D is #69FCD2. Grayscale: #333333. Windows color (decimal): -6946003 or 2950038. OLE color: 2950038.

HSL color Cylindrical-coordinate representation of color #96032D: hue angle of 342.86º 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 #96032D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 45 -
CMYK 0 0.98 0.70 0.41
HSL 342.86º 0.96% 0.3% -
HSV(B) 342.86º 0.98% 0.59% -
XYZ 13.08 6.74 3.09 -
YUV 51.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 150 3 45 0 0.98 0.70 0.41 342.86 0.96 0.3
Hex 96 3 2D 0 62 46 29 157 60 1E
Octal 226 3 55 0 142 106 51 527 140 36
Binary 10010110 11 101101 0 1100010 1000110 101001 101010111 1100000 11110

Color Harmonies of #96032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96032D

Black with #96032D

Text Example


Text Example

White with #96032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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