Html Css Color HEX #970321 Carmine

📋 copy color: '#970321'

red 151 ◦ green 3 ◦ blue 33

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

Shades of Carmine #970321

Tints of Carmine #970321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 80.75%
G = 1.6%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#970321 (or 0x970321) is known color: Carmine. HEX triplet: 97, 03 and 21. RGB value is (151,3,33). Sum of RGB (Red+Green+Blue) = 151+3+33=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #970321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970321 is #68FCDE. Grayscale: #323232. Windows color (decimal): -6880479 or 2163607. OLE color: 2163607.

HSL color Cylindrical-coordinate representation of color #970321: hue angle of 347.84º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970321 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 33 -
CMYK 0 0.98 0.78 0.41
HSL 347.84º 0.96% 0.3% -
HSV(B) 347.84º 0.98% 0.59% -
XYZ 13.07 6.75 2.05 -
YUV 50.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 151 3 33 0 0.98 0.78 0.41 347.84 0.96 0.3
Hex 97 3 21 0 62 4E 29 15C 60 1E
Octal 227 3 41 0 142 116 51 534 140 36
Binary 10010111 11 100001 0 1100010 1001110 101001 101011100 1100000 11110

Color Harmonies of #970321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970321

Black with #970321

Text Example


Text Example

White with #970321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970321; }

 p { color: rgb(151,3,33); }

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

background-color css

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

 a { background-color: rgb(151,3,33); }

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

border-color css

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

 span { border-color: rgb(151,3,33); }

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