Html Css Color HEX #970120 Carmine

📋 copy color: '#970120'

red 151 ◦ green 1 ◦ blue 32

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

Shades of Carmine #970120

Tints of Carmine #970120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 82.07%
G = 0.54%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#970120 (or 0x970120) is known color: Carmine. HEX triplet: 97, 01 and 20. RGB value is (151,1,32). Sum of RGB (Red+Green+Blue) = 151+1+32=184 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.07% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 151 - color contains mainly: red. Hex color #970120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970120 is #68FEDF. Grayscale: #313131. Windows color (decimal): -6880992 or 2097559. OLE color: 2097559.

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

Color convert

RGB 151 1 32 -
CMYK 0 0.99 0.79 0.41
HSL 347.6º 0.99% 0.3% -
HSV(B) 347.6º 0.99% 0.59% -
XYZ 13.03 6.71 1.97 -
YUV 49.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 151 1 32 0 0.99 0.79 0.41 347.6 0.99 0.3
Hex 97 1 20 0 63 4F 29 15C 63 1E
Octal 227 1 40 0 143 117 51 534 143 36
Binary 10010111 1 100000 0 1100011 1001111 101001 101011100 1100011 11110

Color Harmonies of #970120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970120

Black with #970120

Text Example


Text Example

White with #970120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970120; }

 p { color: rgb(151,1,32); }

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

background-color css

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

 a { background-color: rgb(151,1,32); }

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

border-color css

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

 span { border-color: rgb(151,1,32); }

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