#970526

Color #970526 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #970526

Tints of Carmine #970526

Color information

#970526 (or 0x970526) is unknown color: approx Carmine. HEX triplet: 97, 05 and 26. RGB value is (151,5,38). Sum of RGB (Red+Green+Blue) = 151+5+38=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #970526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970526 is #68FAD9. Grayscale: #343434. Windows color (decimal): -6879962 or 2491799. OLE color: 2491799.

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

Color convert

RGB151538-
CMYK00.970.750.41
HSL346.44º93.59%30.59%-
HSV(B)346.44º96.69%59.22%-
XYZ13.176.832.46-
YUV52.42119.87198.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 77.84%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=77.84%
G=2.58%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15153800.970.750.41346.4493.5930.59
Hex975260614B2915a5e1f
Octal22754601411135153213637
Binary10010111101100110011000011001011101001101011010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970526; }

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

 H1.HeaderClassName
 {
   color: #970526;
 }
 .AnyTagClassName
 {
   color: #970526;
 }
</style>
background-color css

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

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

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

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

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

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