Html Css Color HEX #970D2F Carmine

📋 copy color: '#970D2F'

red 151 ◦ green 13 ◦ blue 47

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

Shades of Carmine #970D2F

Tints of Carmine #970D2F

RGB

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

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

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

R = 71.56%
G = 6.16%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#970D2F (or 0x970D2F) is known color: Carmine. HEX triplet: 97, 0D and 2F. RGB value is (151,13,47). Sum of RGB (Red+Green+Blue) = 151+13+47=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #970D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D2F is #68F2D0. Grayscale: #3A3A3A. Windows color (decimal): -6877905 or 3083671. OLE color: 3083671.

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

Color convert

RGB 151 13 47 -
CMYK 0 0.91 0.69 0.41
HSL 345.22º 0.84% 0.32% -
HSV(B) 345.22º 0.91% 0.59% -
XYZ 13.42 7.07 3.35 -
YUV 58.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 151 13 47 0 0.91 0.69 0.41 345.22 0.84 0.32
Hex 97 D 2F 0 5B 45 29 159 54 20
Octal 227 15 57 0 133 105 51 531 124 40
Binary 10010111 1101 101111 0 1011011 1000101 101001 101011001 1010100 100000

Color Harmonies of #970D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D2F

Black with #970D2F

Text Example


Text Example

White with #970D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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