Html Css Color HEX #971020 Carmine

📋 copy color: '#971020'

red 151 ◦ green 16 ◦ blue 32

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

Shades of Carmine #971020

Tints of Carmine #971020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 75.88%
G = 8.04%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#971020 (or 0x971020) is known color: Carmine. HEX triplet: 97, 10 and 20. RGB value is (151,16,32). Sum of RGB (Red+Green+Blue) = 151+16+32=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #971020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971020 is #68EFDF. Grayscale: #3A3A3A. Windows color (decimal): -6877152 or 2101399. OLE color: 2101399.

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

Color convert

RGB 151 16 32 -
CMYK 0 0.89 0.79 0.41
HSL 352.89º 0.81% 0.33% -
HSV(B) 352.89º 0.89% 0.59% -
XYZ 13.21 7.05 2.03 -
YUV 58.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 151 16 32 0 0.89 0.79 0.41 352.89 0.81 0.33
Hex 97 10 20 0 59 4F 29 161 51 21
Octal 227 20 40 0 131 117 51 541 121 41
Binary 10010111 10000 100000 0 1011001 1001111 101001 101100001 1010001 100001

Color Harmonies of #971020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971020

Black with #971020

Text Example


Text Example

White with #971020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971020; }

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

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

background-color css

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

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

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

border-color css

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

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

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