Html Css Color HEX #970529 Carmine

📋 copy color: '#970529'

red 151 ◦ green 5 ◦ blue 41

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

Shades of Carmine #970529

Tints of Carmine #970529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.81%

R = 76.65%
G = 2.54%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#970529 (or 0x970529) is known color: Carmine. HEX triplet: 97, 05 and 29. RGB value is (151,5,41). Sum of RGB (Red+Green+Blue) = 151+5+41=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #970529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970529 is #68FAD6. Grayscale: #343434. Windows color (decimal): -6879959 or 2688407. OLE color: 2688407.

HSL color Cylindrical-coordinate representation of color #970529: hue angle of 345.21º 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 #970529 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 5 41 -
CMYK 0 0.97 0.73 0.41
HSL 345.21º 0.94% 0.31% -
HSV(B) 345.21º 0.97% 0.59% -
XYZ 13.22 6.85 2.72 -
YUV 52.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 151 5 41 0 0.97 0.73 0.41 345.21 0.94 0.31
Hex 97 5 29 0 61 49 29 159 5E 1F
Octal 227 5 51 0 141 111 51 531 136 37
Binary 10010111 101 101001 0 1100001 1001001 101001 101011001 1011110 11111

Color Harmonies of #970529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970529

Black with #970529

Text Example


Text Example

White with #970529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970529; }

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

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

background-color css

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

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

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

border-color css

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

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

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