Html Css Color HEX #96032F Carmine

📋 copy color: '#96032F'

red 150 ◦ green 3 ◦ blue 47

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

Shades of Carmine #96032F

Tints of Carmine #96032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.5%

R = 75%
G = 1.5%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96032F (or 0x96032F) is known color: Carmine. HEX triplet: 96, 03 and 2F. RGB value is (150,3,47). Sum of RGB (Red+Green+Blue) = 150+3+47=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96032F is #69FCD0. Grayscale: #333333. Windows color (decimal): -6946001 or 3081110. OLE color: 3081110.

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

Color convert

RGB 150 3 47 -
CMYK 0 0.98 0.69 0.41
HSL 342.04º 0.96% 0.3% -
HSV(B) 342.04º 0.98% 0.59% -
XYZ 13.12 6.75 3.3 -
YUV 51.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 150 3 47 0 0.98 0.69 0.41 342.04 0.96 0.3
Hex 96 3 2F 0 62 45 29 156 60 1E
Octal 226 3 57 0 142 105 51 526 140 36
Binary 10010110 11 101111 0 1100010 1000101 101001 101010110 1100000 11110

Color Harmonies of #96032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96032F

Black with #96032F

Text Example


Text Example

White with #96032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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