Html Css Color HEX #970526 Carmine

📋 copy color: '#970526'

red 151 ◦ green 5 ◦ blue 38

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

Shades of Carmine #970526

Tints of Carmine #970526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.59%

R = 77.84%
G = 2.58%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#970526 (or 0x970526) is known color: Carmine. HEX triplet: 97, 05 and 26. RGB value is (151,5,38). Sum of RGB (Red+Green+Blue) = 151+5+38=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #970526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970526 is #68FAD9. Grayscale: #343434. Windows color (decimal): -6879962 or 2491799. OLE color: 2491799.

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

Color convert

RGB 151 5 38 -
CMYK 0 0.97 0.75 0.41
HSL 346.44º 0.94% 0.31% -
HSV(B) 346.44º 0.97% 0.59% -
XYZ 13.17 6.83 2.46 -
YUV 52.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 151 5 38 0 0.97 0.75 0.41 346.44 0.94 0.31
Hex 97 5 26 0 61 4B 29 15A 5E 1F
Octal 227 5 46 0 141 113 51 532 136 37
Binary 10010111 101 100110 0 1100001 1001011 101001 101011010 1011110 11111

Color Harmonies of #970526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970526

Black with #970526

Text Example


Text Example

White with #970526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970526; }

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

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

background-color css

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

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

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

border-color css

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

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

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