Html Css Color HEX #970528 Carmine

📋 copy color: '#970528'

red 151 ◦ green 5 ◦ blue 40

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

Shades of Carmine #970528

Tints of Carmine #970528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

 BLUE value IS 40 (16.02% from 255) = 20.41%

R = 77.04%
G = 2.55%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#970528 (or 0x970528) is known color: Carmine. HEX triplet: 97, 05 and 28. RGB value is (151,5,40). Sum of RGB (Red+Green+Blue) = 151+5+40=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #970528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970528 is #68FAD7. Grayscale: #343434. Windows color (decimal): -6879960 or 2622871. OLE color: 2622871.

HSL color Cylindrical-coordinate representation of color #970528: hue angle of 345.62º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970528 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 5 40 -
CMYK 0 0.97 0.74 0.41
HSL 345.62º 0.94% 0.31% -
HSV(B) 345.62º 0.97% 0.59% -
XYZ 13.2 6.84 2.63 -
YUV 52.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 151 5 40 0 0.97 0.74 0.41 345.62 0.94 0.31
Hex 97 5 28 0 61 4A 29 15A 5E 1F
Octal 227 5 50 0 141 112 51 532 136 37
Binary 10010111 101 101000 0 1100001 1001010 101001 101011010 1011110 11111

Color Harmonies of #970528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970528

Black with #970528

Text Example


Text Example

White with #970528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970528; }

 p { color: rgb(151,5,40); }

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

background-color css

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

 a { background-color: rgb(151,5,40); }

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

border-color css

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

 span { border-color: rgb(151,5,40); }

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