Html Css Color HEX #96032E Carmine

📋 copy color: '#96032E'

red 150 ◦ green 3 ◦ blue 46

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

Shades of Carmine #96032E

Tints of Carmine #96032E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.12%

R = 75.38%
G = 1.51%
B = 23.12%

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

#96032E (or 0x96032E) is known color: Carmine. HEX triplet: 96, 03 and 2E. RGB value is (150,3,46). Sum of RGB (Red+Green+Blue) = 150+3+46=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #96032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96032E is #69FCD1. Grayscale: #333333. Windows color (decimal): -6946002 or 3015574. OLE color: 3015574.

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

Color convert

RGB 150 3 46 -
CMYK 0 0.98 0.69 0.41
HSL 342.45º 0.96% 0.3% -
HSV(B) 342.45º 0.98% 0.59% -
XYZ 13.1 6.75 3.2 -
YUV 51.86 124.7 198 -
System Red Green Blue C M Y K H S L
Decimal 150 3 46 0 0.98 0.69 0.41 342.45 0.96 0.3
Hex 96 3 2E 0 62 45 29 156 60 1E
Octal 226 3 56 0 142 105 51 526 140 36
Binary 10010110 11 101110 0 1100010 1000101 101001 101010110 1100000 11110

Color Harmonies of #96032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96032E

Black with #96032E

Text Example


Text Example

White with #96032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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