Html Css Color HEX #971026 Carmine

📋 copy color: '#971026'

red 151 ◦ green 16 ◦ blue 38

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

Shades of Carmine #971026

Tints of Carmine #971026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.54%

R = 73.66%
G = 7.8%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#971026 (or 0x971026) is known color: Carmine. HEX triplet: 97, 10 and 26. RGB value is (151,16,38). Sum of RGB (Red+Green+Blue) = 151+16+38=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #971026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971026 is #68EFD9. Grayscale: #3A3A3A. Windows color (decimal): -6877146 or 2494615. OLE color: 2494615.

HSL color Cylindrical-coordinate representation of color #971026: hue angle of 350.22º 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 #971026 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 38 -
CMYK 0 0.89 0.75 0.41
HSL 350.22º 0.81% 0.33% -
HSV(B) 350.22º 0.89% 0.59% -
XYZ 13.3 7.09 2.5 -
YUV 58.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 151 16 38 0 0.89 0.75 0.41 350.22 0.81 0.33
Hex 97 10 26 0 59 4B 29 15E 51 21
Octal 227 20 46 0 131 113 51 536 121 41
Binary 10010111 10000 100110 0 1011001 1001011 101001 101011110 1010001 100001

Color Harmonies of #971026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971026

Black with #971026

Text Example


Text Example

White with #971026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971026; }

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

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

background-color css

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

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

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

border-color css

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

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

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