Html Css Color HEX #970330 Carmine

📋 copy color: '#970330'

red 151 ◦ green 3 ◦ blue 48

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

Shades of Carmine #970330

Tints of Carmine #970330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 74.75%
G = 1.49%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#970330 (or 0x970330) is known color: Carmine. HEX triplet: 97, 03 and 30. RGB value is (151,3,48). Sum of RGB (Red+Green+Blue) = 151+3+48=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #970330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970330 is #68FCCF. Grayscale: #343434. Windows color (decimal): -6880464 or 3146647. OLE color: 3146647.

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

Color convert

RGB 151 3 48 -
CMYK 0 0.98 0.68 0.41
HSL 341.76º 0.96% 0.3% -
HSV(B) 341.76º 0.98% 0.59% -
XYZ 13.33 6.86 3.42 -
YUV 52.38 125.53 198.34 -
System Red Green Blue C M Y K H S L
Decimal 151 3 48 0 0.98 0.68 0.41 341.76 0.96 0.3
Hex 97 3 30 0 62 44 29 156 60 1E
Octal 227 3 60 0 142 104 51 526 140 36
Binary 10010111 11 110000 0 1100010 1000100 101001 101010110 1100000 11110

Color Harmonies of #970330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970330

Black with #970330

Text Example


Text Example

White with #970330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970330; }

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

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

background-color css

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

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

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

border-color css

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

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

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