Html Css Color HEX #971019 Carmine

📋 copy color: '#971019'

red 151 ◦ green 16 ◦ blue 25

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

Shades of Carmine #971019

Tints of Carmine #971019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.02%

R = 78.65%
G = 8.33%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#971019 (or 0x971019) is known color: Carmine. HEX triplet: 97, 10 and 19. RGB value is (151,16,25). Sum of RGB (Red+Green+Blue) = 151+16+25=192 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.65% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 151 - color contains mainly: red. Hex color #971019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #971019 is #68EFE6. Grayscale: #393939. Windows color (decimal): -6877159 or 1642647. OLE color: 1642647.

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

Color convert

RGB 151 16 25 -
CMYK 0 0.89 0.83 0.41
HSL 356º 0.81% 0.33% -
HSV(B) 356º 0.89% 0.59% -
XYZ 13.12 7.02 1.58 -
YUV 57.39 109.73 194.77 -
System Red Green Blue C M Y K H S L
Decimal 151 16 25 0 0.89 0.83 0.41 356 0.81 0.33
Hex 97 10 19 0 59 53 29 164 51 21
Octal 227 20 31 0 131 123 51 544 121 41
Binary 10010111 10000 11001 0 1011001 1010011 101001 101100100 1010001 100001

Color Harmonies of #971019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971019

Black with #971019

Text Example


Text Example

White with #971019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971019; }

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

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

background-color css

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

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

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

border-color css

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

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

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