Html Css Color HEX #970C33 Carmine

📋 copy color: '#970C33'

red 151 ◦ green 12 ◦ blue 51

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

Shades of Carmine #970C33

Tints of Carmine #970C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.61%

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

R = 70.56%
G = 5.61%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#970C33 (or 0x970C33) is known color: Carmine. HEX triplet: 97, 0C and 33. RGB value is (151,12,51). Sum of RGB (Red+Green+Blue) = 151+12+51=214 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.56% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 151 - color contains mainly: red. Hex color #970C33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970C33 is #68F3CC. Grayscale: #393939. Windows color (decimal): -6878157 or 3345559. OLE color: 3345559.

HSL color Cylindrical-coordinate representation of color #970C33: hue angle of 343.17º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C33 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 12 51 -
CMYK 0 0.92 0.66 0.41
HSL 343.17º 0.85% 0.32% -
HSV(B) 343.17º 0.92% 0.59% -
XYZ 13.49 7.08 3.79 -
YUV 58.01 124.05 194.33 -
System Red Green Blue C M Y K H S L
Decimal 151 12 51 0 0.92 0.66 0.41 343.17 0.85 0.32
Hex 97 C 33 0 5C 42 29 157 55 20
Octal 227 14 63 0 134 102 51 527 125 40
Binary 10010111 1100 110011 0 1011100 1000010 101001 101010111 1010101 100000

Color Harmonies of #970C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C33

Black with #970C33

Text Example


Text Example

White with #970C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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