Html Css Color HEX #970630 Carmine

📋 copy color: '#970630'

red 151 ◦ green 6 ◦ blue 48

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

Shades of Carmine #970630

Tints of Carmine #970630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 73.66%
G = 2.93%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#970630 (or 0x970630) is known color: Carmine. HEX triplet: 97, 06 and 30. RGB value is (151,6,48). Sum of RGB (Red+Green+Blue) = 151+6+48=205 (27% of max value = 765). Red value is 151 (59.38% from 255 or 73.66% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 151 - color contains mainly: red. Hex color #970630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970630 is #68F9CF. Grayscale: #363636. Windows color (decimal): -6879696 or 3147415. OLE color: 3147415.

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

Color convert

RGB 151 6 48 -
CMYK 0 0.96 0.68 0.41
HSL 342.62º 0.92% 0.31% -
HSV(B) 342.62º 0.96% 0.59% -
XYZ 13.36 6.92 3.43 -
YUV 54.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 151 6 48 0 0.96 0.68 0.41 342.62 0.92 0.31
Hex 97 6 30 0 60 44 29 157 5C 1F
Octal 227 6 60 0 140 104 51 527 134 37
Binary 10010111 110 110000 0 1100000 1000100 101001 101010111 1011100 11111

Color Harmonies of #970630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970630

Black with #970630

Text Example


Text Example

White with #970630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970630; }

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

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

background-color css

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

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

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

border-color css

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

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

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