Html Css Color HEX #97012C Carmine

📋 copy color: '#97012C'

red 151 ◦ green 1 ◦ blue 44

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

Shades of Carmine #97012C

Tints of Carmine #97012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 77.04%
G = 0.51%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97012C (or 0x97012C) is known color: Carmine. HEX triplet: 97, 01 and 2C. RGB value is (151,1,44). Sum of RGB (Red+Green+Blue) = 151+1+44=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #97012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97012C is #68FED3. Grayscale: #323232. Windows color (decimal): -6880980 or 2883991. OLE color: 2883991.

HSL color Cylindrical-coordinate representation of color #97012C: hue angle of 342.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97012C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 44 -
CMYK 0 0.99 0.71 0.41
HSL 342.8º 0.99% 0.3% -
HSV(B) 342.8º 0.99% 0.59% -
XYZ 13.23 6.78 2.99 -
YUV 50.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 151 1 44 0 0.99 0.71 0.41 342.8 0.99 0.3
Hex 97 1 2C 0 63 47 29 157 63 1E
Octal 227 1 54 0 143 107 51 527 143 36
Binary 10010111 1 101100 0 1100011 1000111 101001 101010111 1100011 11110

Color Harmonies of #97012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97012C

Black with #97012C

Text Example


Text Example

White with #97012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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