Html Css Color HEX #970328 Carmine

📋 copy color: '#970328'

red 151 ◦ green 3 ◦ blue 40

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

Shades of Carmine #970328

Tints of Carmine #970328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 77.84%
G = 1.55%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#970328 (or 0x970328) is known color: Carmine. HEX triplet: 97, 03 and 28. RGB value is (151,3,40). Sum of RGB (Red+Green+Blue) = 151+3+40=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #970328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970328 is #68FCD7. Grayscale: #333333. Windows color (decimal): -6880472 or 2622359. OLE color: 2622359.

HSL color Cylindrical-coordinate representation of color #970328: hue angle of 345º 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 #970328 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 3 40 -
CMYK 0 0.98 0.74 0.41
HSL 345º 0.96% 0.3% -
HSV(B) 345º 0.98% 0.59% -
XYZ 13.18 6.8 2.62 -
YUV 51.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 151 3 40 0 0.98 0.74 0.41 345 0.96 0.3
Hex 97 3 28 0 62 4A 29 159 60 1E
Octal 227 3 50 0 142 112 51 531 140 36
Binary 10010111 11 101000 0 1100010 1001010 101001 101011001 1100000 11110

Color Harmonies of #970328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970328

Black with #970328

Text Example


Text Example

White with #970328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970328; }

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

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

background-color css

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

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

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

border-color css

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

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

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