Html Css Color HEX #97181C Carmine

📋 copy color: '#97181C'

red 151 ◦ green 24 ◦ blue 28

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

Shades of Carmine #97181C

Tints of Carmine #97181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 74.38%
G = 11.82%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97181C (or 0x97181C) is known color: Carmine. HEX triplet: 97, 18 and 1C. RGB value is (151,24,28). Sum of RGB (Red+Green+Blue) = 151+24+28=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #97181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97181C is #68E7E3. Grayscale: #3E3E3E. Windows color (decimal): -6875108 or 1841303. OLE color: 1841303.

HSL color Cylindrical-coordinate representation of color #97181C: hue angle of 358.11º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97181C is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 24 28 -
CMYK 0 0.84 0.81 0.41
HSL 358.11º 0.73% 0.34% -
HSV(B) 358.11º 0.84% 0.59% -
XYZ 13.3 7.32 1.81 -
YUV 62.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 151 24 28 0 0.84 0.81 0.41 358.11 0.73 0.34
Hex 97 18 1C 0 54 51 29 166 49 22
Octal 227 30 34 0 124 121 51 546 111 42
Binary 10010111 11000 11100 0 1010100 1010001 101001 101100110 1001001 100010

Color Harmonies of #97181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97181C

Black with #97181C

Text Example


Text Example

White with #97181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,24,28); }

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

background-color css

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

 a { background-color: rgb(151,24,28); }

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

border-color css

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

 span { border-color: rgb(151,24,28); }

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