Html Css Color HEX #970615 Carmine

📋 copy color: '#970615'

red 151 ◦ green 6 ◦ blue 21

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

Shades of Carmine #970615

Tints of Carmine #970615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 84.83%
G = 3.37%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#970615 (or 0x970615) is known color: Carmine. HEX triplet: 97, 06 and 15. RGB value is (151,6,21). Sum of RGB (Red+Green+Blue) = 151+6+21=178 (23% of max value = 765). Red value is 151 (59.38% from 255 or 84.83% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 151 - color contains mainly: red. Hex color #970615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970615 is #68F9EA. Grayscale: #333333. Windows color (decimal): -6879723 or 1377943. OLE color: 1377943.

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

Color convert

RGB 151 6 21 -
CMYK 0 0.96 0.86 0.41
HSL 353.79º 0.92% 0.31% -
HSV(B) 353.79º 0.96% 0.59% -
XYZ 12.96 6.76 1.33 -
YUV 51.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 151 6 21 0 0.96 0.86 0.41 353.79 0.92 0.31
Hex 97 6 15 0 60 56 29 162 5C 1F
Octal 227 6 25 0 140 126 51 542 134 37
Binary 10010111 110 10101 0 1100000 1010110 101001 101100010 1011100 11111

Color Harmonies of #970615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970615

Black with #970615

Text Example


Text Example

White with #970615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970615; }

 p { color: rgb(151,6,21); }

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

background-color css

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

 a { background-color: rgb(151,6,21); }

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

border-color css

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

 span { border-color: rgb(151,6,21); }

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