Html Css Color HEX #970F14 Carmine

📋 copy color: '#970F14'

red 151 ◦ green 15 ◦ blue 20

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

Shades of Carmine #970F14

Tints of Carmine #970F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.75%

R = 81.18%
G = 8.06%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970F14 (or 0x970F14) is known color: Carmine. HEX triplet: 97, 0F and 14. RGB value is (151,15,20). Sum of RGB (Red+Green+Blue) = 151+15+20=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #970F14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970F14 is #68F0EB. Grayscale: #383838. Windows color (decimal): -6877420 or 1314711. OLE color: 1314711.

HSL color Cylindrical-coordinate representation of color #970F14: hue angle of 357.79º 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 #970F14 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 20 -
CMYK 0 0.90 0.87 0.41
HSL 357.79º 0.82% 0.33% -
HSV(B) 357.79º 0.9% 0.59% -
XYZ 13.06 6.97 1.32 -
YUV 56.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 151 15 20 0 0.90 0.87 0.41 357.79 0.82 0.33
Hex 97 F 14 0 5A 57 29 166 52 21
Octal 227 17 24 0 132 127 51 546 122 41
Binary 10010111 1111 10100 0 1011010 1010111 101001 101100110 1010010 100001

Color Harmonies of #970F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F14

Black with #970F14

Text Example


Text Example

White with #970F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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