Html Css Color HEX #970F2A Carmine

📋 copy color: '#970F2A'

red 151 ◦ green 15 ◦ blue 42

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

Shades of Carmine #970F2A

Tints of Carmine #970F2A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.21%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 72.6%
G = 7.21%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#970F2A (or 0x970F2A) is known color: Carmine. HEX triplet: 97, 0F and 2A. RGB value is (151,15,42). Sum of RGB (Red+Green+Blue) = 151+15+42=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #970F2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F2A is #68F0D5. Grayscale: #3A3A3A. Windows color (decimal): -6877398 or 2756503. OLE color: 2756503.

HSL color Cylindrical-coordinate representation of color #970F2A: hue angle of 348.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F2A is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 42 -
CMYK 0 0.90 0.72 0.41
HSL 348.09º 0.82% 0.33% -
HSV(B) 348.09º 0.9% 0.59% -
XYZ 13.35 7.09 2.85 -
YUV 58.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 151 15 42 0 0.90 0.72 0.41 348.09 0.82 0.33
Hex 97 F 2A 0 5A 48 29 15C 52 21
Octal 227 17 52 0 132 110 51 534 122 41
Binary 10010111 1111 101010 0 1011010 1001000 101001 101011100 1010010 100001

Color Harmonies of #970F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F2A

Black with #970F2A

Text Example


Text Example

White with #970F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,15,42); }

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

background-color css

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

 a { background-color: rgb(151,15,42); }

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

border-color css

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

 span { border-color: rgb(151,15,42); }

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