Html Css Color HEX #97012F Carmine

📋 copy color: '#97012F'

red 151 ◦ green 1 ◦ blue 47

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

Shades of Carmine #97012F

Tints of Carmine #97012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 75.88%
G = 0.5%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#97012F (or 0x97012F) is known color: Carmine. HEX triplet: 97, 01 and 2F. RGB value is (151,1,47). Sum of RGB (Red+Green+Blue) = 151+1+47=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #97012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97012F is #68FED0. Grayscale: #333333. Windows color (decimal): -6880977 or 3080599. OLE color: 3080599.

HSL color Cylindrical-coordinate representation of color #97012F: hue angle of 341.6º 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 #97012F is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 47 -
CMYK 0 0.99 0.69 0.41
HSL 341.6º 0.99% 0.3% -
HSV(B) 341.6º 0.99% 0.59% -
XYZ 13.29 6.81 3.3 -
YUV 51.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 151 1 47 0 0.99 0.69 0.41 341.6 0.99 0.3
Hex 97 1 2F 0 63 45 29 156 63 1E
Octal 227 1 57 0 143 105 51 526 143 36
Binary 10010111 1 101111 0 1100011 1000101 101001 101010110 1100011 11110

Color Harmonies of #97012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97012F

Black with #97012F

Text Example


Text Example

White with #97012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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