Html Css Color HEX #970512 Carmine

📋 copy color: '#970512'

red 151 ◦ green 5 ◦ blue 18

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

Shades of Carmine #970512

Tints of Carmine #970512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 86.78%
G = 2.87%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#970512 (or 0x970512) is known color: Carmine. HEX triplet: 97, 05 and 12. RGB value is (151,5,18). Sum of RGB (Red+Green+Blue) = 151+5+18=174 (23% of max value = 765). Red value is 151 (59.38% from 255 or 86.78% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 151 - color contains mainly: red. Hex color #970512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970512 is #68FAED. Grayscale: #323232. Windows color (decimal): -6879982 or 1181079. OLE color: 1181079.

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

Color convert

RGB 151 5 18 -
CMYK 0 0.97 0.88 0.41
HSL 354.66º 0.94% 0.31% -
HSV(B) 354.66º 0.97% 0.59% -
XYZ 12.93 6.73 1.19 -
YUV 50.14 109.87 199.94 -
System Red Green Blue C M Y K H S L
Decimal 151 5 18 0 0.97 0.88 0.41 354.66 0.94 0.31
Hex 97 5 12 0 61 58 29 163 5E 1F
Octal 227 5 22 0 141 130 51 543 136 37
Binary 10010111 101 10010 0 1100001 1011000 101001 101100011 1011110 11111

Color Harmonies of #970512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970512

Black with #970512

Text Example


Text Example

White with #970512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970512; }

 p { color: rgb(151,5,18); }

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

background-color css

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

 a { background-color: rgb(151,5,18); }

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

border-color css

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

 span { border-color: rgb(151,5,18); }

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