Html Css Color HEX #970226 Carmine

📋 copy color: '#970226'

red 151 ◦ green 2 ◦ blue 38

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

Shades of Carmine #970226

Tints of Carmine #970226

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 79.06%
G = 1.05%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#970226 (or 0x970226) is known color: Carmine. HEX triplet: 97, 02 and 26. RGB value is (151,2,38). Sum of RGB (Red+Green+Blue) = 151+2+38=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #970226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970226 is #68FDD9. Grayscale: #323232. Windows color (decimal): -6880730 or 2491031. OLE color: 2491031.

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

Color convert

RGB 151 2 38 -
CMYK 0 0.99 0.75 0.41
HSL 345.5º 0.97% 0.3% -
HSV(B) 345.5º 0.99% 0.59% -
XYZ 13.13 6.76 2.45 -
YUV 50.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 151 2 38 0 0.99 0.75 0.41 345.5 0.97 0.3
Hex 97 2 26 0 63 4B 29 15A 61 1E
Octal 227 2 46 0 143 113 51 532 141 36
Binary 10010111 10 100110 0 1100011 1001011 101001 101011010 1100001 11110

Color Harmonies of #970226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970226

Black with #970226

Text Example


Text Example

White with #970226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970226; }

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

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

background-color css

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

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

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

border-color css

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

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

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