Html Css Color HEX #970030 Carmine

📋 copy color: '#970030'

red 151 ◦ green 0 ◦ blue 48

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

Shades of Carmine #970030

Tints of Carmine #970030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.88%
G = 0%
B = 24.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#970030 (or 0x970030) is known color: Carmine. HEX triplet: 97, 00 and 30. RGB value is (151,0,48). Sum of RGB (Red+Green+Blue) = 151+0+48=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #970030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970030 is #68FFCF. Grayscale: #323232. Windows color (decimal): -6881232 or 3145879. OLE color: 3145879.

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

Color convert

RGB 151 0 48 -
CMYK 0 1 0.68 0.41
HSL 340.93º 1% 0.3% -
HSV(B) 340.93º 1% 0.59% -
XYZ 13.3 6.79 3.41 -
YUV 50.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 151 0 48 0 1 0.68 0.41 340.93 1 0.3
Hex 97 0 30 0 64 44 29 155 64 1E
Octal 227 0 60 0 144 104 51 525 144 36
Binary 10010111 0 110000 0 1100100 1000100 101001 101010101 1100100 11110

Color Harmonies of #970030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970030

Black with #970030

Text Example


Text Example

White with #970030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970030; }

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

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

background-color css

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

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

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

border-color css

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

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

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