Html Css Color HEX #970522 Carmine

📋 copy color: '#970522'

red 151 ◦ green 5 ◦ blue 34

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

Shades of Carmine #970522

Tints of Carmine #970522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.89%

R = 79.47%
G = 2.63%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#970522 (or 0x970522) is known color: Carmine. HEX triplet: 97, 05 and 22. RGB value is (151,5,34). Sum of RGB (Red+Green+Blue) = 151+5+34=190 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.47% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 151 - color contains mainly: red. Hex color #970522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970522 is #68FADD. Grayscale: #333333. Windows color (decimal): -6879966 or 2229655. OLE color: 2229655.

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

Color convert

RGB 151 5 34 -
CMYK 0 0.97 0.77 0.41
HSL 348.08º 0.94% 0.31% -
HSV(B) 348.08º 0.97% 0.59% -
XYZ 13.11 6.8 2.14 -
YUV 51.96 117.87 198.64 -
System Red Green Blue C M Y K H S L
Decimal 151 5 34 0 0.97 0.77 0.41 348.08 0.94 0.31
Hex 97 5 22 0 61 4D 29 15C 5E 1F
Octal 227 5 42 0 141 115 51 534 136 37
Binary 10010111 101 100010 0 1100001 1001101 101001 101011100 1011110 11111

Color Harmonies of #970522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970522

Black with #970522

Text Example


Text Example

White with #970522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970522; }

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

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

background-color css

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

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

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

border-color css

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

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

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