Html Css Color HEX #970C35 Carmine

📋 copy color: '#970C35'

red 151 ◦ green 12 ◦ blue 53

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

Shades of Carmine #970C35

Tints of Carmine #970C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 69.91%
G = 5.56%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#970C35 (or 0x970C35) is known color: Carmine. HEX triplet: 97, 0C and 35. RGB value is (151,12,53). Sum of RGB (Red+Green+Blue) = 151+12+53=216 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.91% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 151 - color contains mainly: red. Hex color #970C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970C35 is #68F3CA. Grayscale: #3A3A3A. Windows color (decimal): -6878155 or 3476631. OLE color: 3476631.

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

Color convert

RGB 151 12 53 -
CMYK 0 0.92 0.65 0.41
HSL 342.3º 0.85% 0.32% -
HSV(B) 342.3º 0.92% 0.59% -
XYZ 13.54 7.1 4.03 -
YUV 58.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 151 12 53 0 0.92 0.65 0.41 342.3 0.85 0.32
Hex 97 C 35 0 5C 41 29 156 55 20
Octal 227 14 65 0 134 101 51 526 125 40
Binary 10010111 1100 110101 0 1011100 1000001 101001 101010110 1010101 100000

Color Harmonies of #970C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C35

Black with #970C35

Text Example


Text Example

White with #970C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,12,53); }

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

background-color css

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

 a { background-color: rgb(151,12,53); }

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

border-color css

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

 span { border-color: rgb(151,12,53); }

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