Html Css Color HEX #97012D Carmine

📋 copy color: '#97012D'

red 151 ◦ green 1 ◦ blue 45

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

Shades of Carmine #97012D

Tints of Carmine #97012D

RGB

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

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

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

R = 76.65%
G = 0.51%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#97012D (or 0x97012D) is known color: Carmine. HEX triplet: 97, 01 and 2D. RGB value is (151,1,45). Sum of RGB (Red+Green+Blue) = 151+1+45=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #97012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97012D is #68FED2. Grayscale: #323232. Windows color (decimal): -6880979 or 2949527. OLE color: 2949527.

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

Color convert

RGB 151 1 45 -
CMYK 0 0.99 0.70 0.41
HSL 342.4º 0.99% 0.3% -
HSV(B) 342.4º 0.99% 0.59% -
XYZ 13.25 6.79 3.1 -
YUV 50.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 151 1 45 0 0.99 0.70 0.41 342.4 0.99 0.3
Hex 97 1 2D 0 63 46 29 156 63 1E
Octal 227 1 55 0 143 106 51 526 143 36
Binary 10010111 1 101101 0 1100011 1000110 101001 101010110 1100011 11110

Color Harmonies of #97012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97012D

Black with #97012D

Text Example


Text Example

White with #97012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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