Html Css Color HEX #970430 Carmine

📋 copy color: '#970430'

red 151 ◦ green 4 ◦ blue 48

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

Shades of Carmine #970430

Tints of Carmine #970430

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 74.38%
G = 1.97%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#970430 (or 0x970430) is known color: Carmine. HEX triplet: 97, 04 and 30. RGB value is (151,4,48). Sum of RGB (Red+Green+Blue) = 151+4+48=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #970430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970430 is #68FBCF. Grayscale: #343434. Windows color (decimal): -6880208 or 3146903. OLE color: 3146903.

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

Color convert

RGB 151 4 48 -
CMYK 0 0.97 0.68 0.41
HSL 342.04º 0.95% 0.3% -
HSV(B) 342.04º 0.97% 0.59% -
XYZ 13.34 6.88 3.42 -
YUV 52.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 151 4 48 0 0.97 0.68 0.41 342.04 0.95 0.3
Hex 97 4 30 0 61 44 29 156 5F 1E
Octal 227 4 60 0 141 104 51 526 137 36
Binary 10010111 100 110000 0 1100001 1000100 101001 101010110 1011111 11110

Color Harmonies of #970430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970430

Black with #970430

Text Example


Text Example

White with #970430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970430; }

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

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

background-color css

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

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

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

border-color css

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

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

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