Html Css Color HEX #97102D Carmine

📋 copy color: '#97102D'

red 151 ◦ green 16 ◦ blue 45

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

Shades of Carmine #97102D

Tints of Carmine #97102D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 71.23%
G = 7.55%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#97102D (or 0x97102D) is known color: Carmine. HEX triplet: 97, 10 and 2D. RGB value is (151,16,45). Sum of RGB (Red+Green+Blue) = 151+16+45=212 (28% of max value = 765). Red value is 151 (59.38% from 255 or 71.23% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 151 - color contains mainly: red. Hex color #97102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97102D is #68EFD2. Grayscale: #3B3B3B. Windows color (decimal): -6877139 or 2953367. OLE color: 2953367.

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

Color convert

RGB 151 16 45 -
CMYK 0 0.89 0.70 0.41
HSL 347.11º 0.81% 0.33% -
HSV(B) 347.11º 0.89% 0.59% -
XYZ 13.42 7.14 3.15 -
YUV 59.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 151 16 45 0 0.89 0.70 0.41 347.11 0.81 0.33
Hex 97 10 2D 0 59 46 29 15B 51 21
Octal 227 20 55 0 131 106 51 533 121 41
Binary 10010111 10000 101101 0 1011001 1000110 101001 101011011 1010001 100001

Color Harmonies of #97102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97102D

Black with #97102D

Text Example


Text Example

White with #97102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97102D; }

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

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

background-color css

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

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

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

border-color css

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

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

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