Html Css Color HEX #97102C Carmine

📋 copy color: '#97102C'

red 151 ◦ green 16 ◦ blue 44

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

Shades of Carmine #97102C

Tints of Carmine #97102C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 71.56%
G = 7.58%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97102C (or 0x97102C) is known color: Carmine. HEX triplet: 97, 10 and 2C. RGB value is (151,16,44). Sum of RGB (Red+Green+Blue) = 151+16+44=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #97102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97102C is #68EFD3. Grayscale: #3B3B3B. Windows color (decimal): -6877140 or 2887831. OLE color: 2887831.

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

Color convert

RGB 151 16 44 -
CMYK 0 0.89 0.71 0.41
HSL 347.56º 0.81% 0.33% -
HSV(B) 347.56º 0.89% 0.59% -
XYZ 13.4 7.13 3.05 -
YUV 59.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 151 16 44 0 0.89 0.71 0.41 347.56 0.81 0.33
Hex 97 10 2C 0 59 47 29 15C 51 21
Octal 227 20 54 0 131 107 51 534 121 41
Binary 10010111 10000 101100 0 1011001 1000111 101001 101011100 1010001 100001

Color Harmonies of #97102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97102C

Black with #97102C

Text Example


Text Example

White with #97102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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