Html Css Color HEX #970D2C Carmine

📋 copy color: '#970D2C'

red 151 ◦ green 13 ◦ blue 44

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

Shades of Carmine #970D2C

Tints of Carmine #970D2C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.25%

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

R = 72.6%
G = 6.25%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#970D2C (or 0x970D2C) is known color: Carmine. HEX triplet: 97, 0D and 2C. RGB value is (151,13,44). Sum of RGB (Red+Green+Blue) = 151+13+44=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #970D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D2C is #68F2D3. Grayscale: #393939. Windows color (decimal): -6877908 or 2887063. OLE color: 2887063.

HSL color Cylindrical-coordinate representation of color #970D2C: hue angle of 346.52º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970D2C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 13 44 -
CMYK 0 0.91 0.71 0.41
HSL 346.52º 0.84% 0.32% -
HSV(B) 346.52º 0.91% 0.59% -
XYZ 13.36 7.05 3.04 -
YUV 57.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 151 13 44 0 0.91 0.71 0.41 346.52 0.84 0.32
Hex 97 D 2C 0 5B 47 29 15B 54 20
Octal 227 15 54 0 133 107 51 533 124 40
Binary 10010111 1101 101100 0 1011011 1000111 101001 101011011 1010100 100000

Color Harmonies of #970D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D2C

Black with #970D2C

Text Example


Text Example

White with #970D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970D2C; }

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

 H1.HeaderClassName
 {
   color: #970D2C;
 }
 .AnyTagClassName
 {
   color: #970D2C;
 }
</style>

background-color css

<style>
 a { background-color: #970D2C; }

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

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

border-color css

<style>
 span { border-color: #970D2C; }

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

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