Html Css Color HEX #971016 Carmine

📋 copy color: '#971016'

red 151 ◦ green 16 ◦ blue 22

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

Shades of Carmine #971016

Tints of Carmine #971016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.47%

 BLUE value IS 22 (8.98% from 255) = 11.64%

R = 79.89%
G = 8.47%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#971016 (or 0x971016) is known color: Carmine. HEX triplet: 97, 10 and 16. RGB value is (151,16,22). Sum of RGB (Red+Green+Blue) = 151+16+22=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #971016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971016 is #68EFE9. Grayscale: #393939. Windows color (decimal): -6877162 or 1446039. OLE color: 1446039.

HSL color Cylindrical-coordinate representation of color #971016: hue angle of 357.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971016 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 22 -
CMYK 0 0.89 0.85 0.41
HSL 357.33º 0.81% 0.33% -
HSV(B) 357.33º 0.89% 0.59% -
XYZ 13.09 7.01 1.42 -
YUV 57.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 151 16 22 0 0.89 0.85 0.41 357.33 0.81 0.33
Hex 97 10 16 0 59 55 29 165 51 21
Octal 227 20 26 0 131 125 51 545 121 41
Binary 10010111 10000 10110 0 1011001 1010101 101001 101100101 1010001 100001

Color Harmonies of #971016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971016

Black with #971016

Text Example


Text Example

White with #971016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971016; }

 p { color: rgb(151,16,22); }

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

background-color css

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

 a { background-color: rgb(151,16,22); }

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

border-color css

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

 span { border-color: rgb(151,16,22); }

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