Html Css Color HEX #970D1D Carmine

📋 copy color: '#970D1D'

red 151 ◦ green 13 ◦ blue 29

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

Shades of Carmine #970D1D

Tints of Carmine #970D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 78.24%
G = 6.74%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#970D1D (or 0x970D1D) is known color: Carmine. HEX triplet: 97, 0D and 1D. RGB value is (151,13,29). Sum of RGB (Red+Green+Blue) = 151+13+29=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #970D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D1D is #68F2E2. Grayscale: #383838. Windows color (decimal): -6877923 or 1904023. OLE color: 1904023.

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

Color convert

RGB 151 13 29 -
CMYK 0 0.91 0.81 0.41
HSL 353.04º 0.84% 0.32% -
HSV(B) 353.04º 0.91% 0.59% -
XYZ 13.13 6.96 1.81 -
YUV 56.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 151 13 29 0 0.91 0.81 0.41 353.04 0.84 0.32
Hex 97 D 1D 0 5B 51 29 161 54 20
Octal 227 15 35 0 133 121 51 541 124 40
Binary 10010111 1101 11101 0 1011011 1010001 101001 101100001 1010100 100000

Color Harmonies of #970D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D1D

Black with #970D1D

Text Example


Text Example

White with #970D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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