Html Css Color HEX #970530 Carmine

📋 copy color: '#970530'

red 151 ◦ green 5 ◦ blue 48

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

Shades of Carmine #970530

Tints of Carmine #970530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 74.02%
G = 2.45%
B = 23.53%

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

#970530 (or 0x970530) is known color: Carmine. HEX triplet: 97, 05 and 30. RGB value is (151,5,48). Sum of RGB (Red+Green+Blue) = 151+5+48=204 (27% of max value = 765). Red value is 151 (59.38% from 255 or 74.02% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 151 - color contains mainly: red. Hex color #970530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970530 is #68FACF. Grayscale: #353535. Windows color (decimal): -6879952 or 3147159. OLE color: 3147159.

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

Color convert

RGB 151 5 48 -
CMYK 0 0.97 0.68 0.41
HSL 342.33º 0.94% 0.31% -
HSV(B) 342.33º 0.97% 0.59% -
XYZ 13.35 6.9 3.42 -
YUV 53.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 151 5 48 0 0.97 0.68 0.41 342.33 0.94 0.31
Hex 97 5 30 0 61 44 29 156 5E 1F
Octal 227 5 60 0 141 104 51 526 136 37
Binary 10010111 101 110000 0 1100001 1000100 101001 101010110 1011110 11111

Color Harmonies of #970530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970530

Black with #970530

Text Example


Text Example

White with #970530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970530; }

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

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

background-color css

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

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

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

border-color css

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

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

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