Html Css Color HEX #970032 Carmine

📋 copy color: '#970032'

red 151 ◦ green 0 ◦ blue 50

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

Shades of Carmine #970032

Tints of Carmine #970032

RGB

 RED value IS 151 (59.38% from 255) = 75.12%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 24.88%

R = 75.12%
G = 0%
B = 24.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#970032 (or 0x970032) is known color: Carmine. HEX triplet: 97, 00 and 32. RGB value is (151,0,50). Sum of RGB (Red+Green+Blue) = 151+0+50=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #970032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970032 is #68FFCD. Grayscale: #323232. Windows color (decimal): -6881230 or 3276951. OLE color: 3276951.

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

Color convert

RGB 151 0 50 -
CMYK 0 1 0.67 0.41
HSL 340.13º 1% 0.3% -
HSV(B) 340.13º 1% 0.59% -
XYZ 13.34 6.81 3.63 -
YUV 50.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 151 0 50 0 1 0.67 0.41 340.13 1 0.3
Hex 97 0 32 0 64 43 29 154 64 1E
Octal 227 0 62 0 144 103 51 524 144 36
Binary 10010111 0 110010 0 1100100 1000011 101001 101010100 1100100 11110

Color Harmonies of #970032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970032

Black with #970032

Text Example


Text Example

White with #970032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970032; }

 p { color: rgb(151,0,50); }

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

background-color css

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

 a { background-color: rgb(151,0,50); }

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

border-color css

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

 span { border-color: rgb(151,0,50); }

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