#970323

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

Shades of Carmine #970323

Tints of Carmine #970323

Color information

#970323 (or 0x970323) is unknown color: approx Carmine. HEX triplet: 97, 03 and 23. RGB value is (151,3,35). Sum of RGB (Red+Green+Blue) = 151+3+35=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #970323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970323 is #68FCDC. Grayscale: #323232. Windows color (decimal): -6880477 or 2294679. OLE color: 2294679.

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

Color convert

RGB151335-
CMYK00.980.770.41
HSL347.03º96.1%30.2%-
HSV(B)347.03º98.01%59.22%-
XYZ13.16.772.21-
YUV50.9119.03199.4-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 79.89%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=79.89%
G=1.59%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15133500.980.770.41347.0396.130.2
Hex973230624D2915b601e
Octal22734301421155153314036
Binary1001011111100011011000101001101101001101011011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970323; }

 p { color: rgb(151,3,35); }

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

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

 a { background-color: rgb(151,3,35); }

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

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

 span { border-color: rgb(151,3,35); }

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