#970A28

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

Shades of Carmine #970A28

Tints of Carmine #970A28

Color information

#970A28 (or 0x970A28) is unknown color: approx Carmine. HEX triplet: 97, 0A and 28. RGB value is (151,10,40). Sum of RGB (Red+Green+Blue) = 151+10+40=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #970A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970A28 is #68F5D7. Grayscale: #373737. Windows color (decimal): -6878680 or 2624151. OLE color: 2624151.

HSL color Cylindrical-coordinate representation of color #970A28: hue angle of 347.23º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A28 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1511040-
CMYK00.930.740.41
HSL347.23º87.58%31.57%-
HSV(B)347.23º93.38%59.22%-
XYZ13.256.952.65-
YUV55.58119.21196.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.12%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=75.12%
G=4.98%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151104000.930.740.41347.2387.5831.57
Hex97A2805D4A2915b5820
Octal227125001351125153313040
Binary1001011110101010000101110110010101010011010110111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970A28; }

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

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

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

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

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

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

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

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