Html Css Color HEX #970F33 Carmine

📋 copy color: '#970F33'

red 151 ◦ green 15 ◦ blue 51

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

Shades of Carmine #970F33

Tints of Carmine #970F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 69.59%
G = 6.91%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#970F33 (or 0x970F33) is known color: Carmine. HEX triplet: 97, 0F and 33. RGB value is (151,15,51). Sum of RGB (Red+Green+Blue) = 151+15+51=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #970F33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F33 is #68F0CC. Grayscale: #3B3B3B. Windows color (decimal): -6877389 or 3346327. OLE color: 3346327.

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

Color convert

RGB 151 15 51 -
CMYK 0 0.90 0.66 0.41
HSL 344.12º 0.82% 0.33% -
HSV(B) 344.12º 0.9% 0.59% -
XYZ 13.53 7.16 3.8 -
YUV 59.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 151 15 51 0 0.90 0.66 0.41 344.12 0.82 0.33
Hex 97 F 33 0 5A 42 29 158 52 21
Octal 227 17 63 0 132 102 51 530 122 41
Binary 10010111 1111 110011 0 1011010 1000010 101001 101011000 1010010 100001

Color Harmonies of #970F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F33

Black with #970F33

Text Example


Text Example

White with #970F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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