Html Css Color HEX #970113 Carmine

📋 copy color: '#970113'

red 151 ◦ green 1 ◦ blue 19

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

Shades of Carmine #970113

Tints of Carmine #970113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 88.3%
G = 0.58%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970113 (or 0x970113) is known color: Carmine. HEX triplet: 97, 01 and 13. RGB value is (151,1,19). Sum of RGB (Red+Green+Blue) = 151+1+19=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #970113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970113 is #68FEEC. Grayscale: #2F2F2F. Windows color (decimal): -6881005 or 1245591. OLE color: 1245591.

HSL color Cylindrical-coordinate representation of color #970113: hue angle of 352.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970113 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 19 -
CMYK 0 0.99 0.87 0.41
HSL 352.8º 0.99% 0.3% -
HSV(B) 352.8º 0.99% 0.59% -
XYZ 12.89 6.65 1.22 -
YUV 47.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 151 1 19 0 0.99 0.87 0.41 352.8 0.99 0.3
Hex 97 1 13 0 63 57 29 161 63 1E
Octal 227 1 23 0 143 127 51 541 143 36
Binary 10010111 1 10011 0 1100011 1010111 101001 101100001 1100011 11110

Color Harmonies of #970113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970113

Black with #970113

Text Example


Text Example

White with #970113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970113; }

 p { color: rgb(151,1,19); }

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

background-color css

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

 a { background-color: rgb(151,1,19); }

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

border-color css

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

 span { border-color: rgb(151,1,19); }

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