Html Css Color HEX #970228 Carmine

📋 copy color: '#970228'

red 151 ◦ green 2 ◦ blue 40

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

Shades of Carmine #970228

Tints of Carmine #970228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.73%

R = 78.24%
G = 1.04%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#970228 (or 0x970228) is known color: Carmine. HEX triplet: 97, 02 and 28. RGB value is (151,2,40). Sum of RGB (Red+Green+Blue) = 151+2+40=193 (25% of max value = 765). Red value is 151 (59.38% from 255 or 78.24% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 151 - color contains mainly: red. Hex color #970228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970228 is #68FDD7. Grayscale: #323232. Windows color (decimal): -6880728 or 2622103. OLE color: 2622103.

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

Color convert

RGB 151 2 40 -
CMYK 0 0.99 0.74 0.41
HSL 344.7º 0.97% 0.3% -
HSV(B) 344.7º 0.99% 0.59% -
XYZ 13.17 6.78 2.62 -
YUV 50.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 151 2 40 0 0.99 0.74 0.41 344.7 0.97 0.3
Hex 97 2 28 0 63 4A 29 159 61 1E
Octal 227 2 50 0 143 112 51 531 141 36
Binary 10010111 10 101000 0 1100011 1001010 101001 101011001 1100001 11110

Color Harmonies of #970228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970228

Black with #970228

Text Example


Text Example

White with #970228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970228; }

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

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

background-color css

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

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

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

border-color css

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

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

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