Html Css Color HEX #970D2B Carmine

📋 copy color: '#970D2B'

red 151 ◦ green 13 ◦ blue 43

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

Shades of Carmine #970D2B

Tints of Carmine #970D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 72.95%
G = 6.28%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#970D2B (or 0x970D2B) is known color: Carmine. HEX triplet: 97, 0D and 2B. RGB value is (151,13,43). Sum of RGB (Red+Green+Blue) = 151+13+43=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #970D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D2B is #68F2D4. Grayscale: #393939. Windows color (decimal): -6877909 or 2821527. OLE color: 2821527.

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

Color convert

RGB 151 13 43 -
CMYK 0 0.91 0.72 0.41
HSL 346.96º 0.84% 0.32% -
HSV(B) 346.96º 0.91% 0.59% -
XYZ 13.34 7.04 2.94 -
YUV 57.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 151 13 43 0 0.91 0.72 0.41 346.96 0.84 0.32
Hex 97 D 2B 0 5B 48 29 15B 54 20
Octal 227 15 53 0 133 110 51 533 124 40
Binary 10010111 1101 101011 0 1011011 1001000 101001 101011011 1010100 100000

Color Harmonies of #970D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D2B

Black with #970D2B

Text Example


Text Example

White with #970D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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