Html Css Color HEX #970F31 Carmine

📋 copy color: '#970F31'

red 151 ◦ green 15 ◦ blue 49

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

Shades of Carmine #970F31

Tints of Carmine #970F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 70.23%
G = 6.98%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#970F31 (or 0x970F31) is known color: Carmine. HEX triplet: 97, 0F and 31. RGB value is (151,15,49). Sum of RGB (Red+Green+Blue) = 151+15+49=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #970F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F31 is #68F0CE. Grayscale: #3B3B3B. Windows color (decimal): -6877391 or 3215255. OLE color: 3215255.

HSL color Cylindrical-coordinate representation of color #970F31: hue angle of 345º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F31 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 49 -
CMYK 0 0.90 0.68 0.41
HSL 345º 0.82% 0.33% -
HSV(B) 345º 0.9% 0.59% -
XYZ 13.49 7.14 3.57 -
YUV 59.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 151 15 49 0 0.90 0.68 0.41 345 0.82 0.33
Hex 97 F 31 0 5A 44 29 159 52 21
Octal 227 17 61 0 132 104 51 531 122 41
Binary 10010111 1111 110001 0 1011010 1000100 101001 101011001 1010010 100001

Color Harmonies of #970F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F31

Black with #970F31

Text Example


Text Example

White with #970F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,15,49); }

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

background-color css

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

 a { background-color: rgb(151,15,49); }

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

border-color css

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

 span { border-color: rgb(151,15,49); }

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