Html Css Color HEX #970320 Carmine

📋 copy color: '#970320'

red 151 ◦ green 3 ◦ blue 32

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

Shades of Carmine #970320

Tints of Carmine #970320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 81.18%
G = 1.61%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#970320 (or 0x970320) is known color: Carmine. HEX triplet: 97, 03 and 20. RGB value is (151,3,32). Sum of RGB (Red+Green+Blue) = 151+3+32=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #970320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970320 is #68FCDF. Grayscale: #323232. Windows color (decimal): -6880480 or 2098071. OLE color: 2098071.

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

Color convert

RGB 151 3 32 -
CMYK 0 0.98 0.79 0.41
HSL 348.24º 0.96% 0.3% -
HSV(B) 348.24º 0.98% 0.59% -
XYZ 13.06 6.75 1.98 -
YUV 50.56 117.53 199.64 -
System Red Green Blue C M Y K H S L
Decimal 151 3 32 0 0.98 0.79 0.41 348.24 0.96 0.3
Hex 97 3 20 0 62 4F 29 15C 60 1E
Octal 227 3 40 0 142 117 51 534 140 36
Binary 10010111 11 100000 0 1100010 1001111 101001 101011100 1100000 11110

Color Harmonies of #970320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970320

Black with #970320

Text Example


Text Example

White with #970320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970320; }

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

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

background-color css

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

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

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

border-color css

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

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

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