Html Css Color HEX #970229 Carmine

📋 copy color: '#970229'

red 151 ◦ green 2 ◦ blue 41

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

Shades of Carmine #970229

Tints of Carmine #970229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.13%

R = 77.84%
G = 1.03%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#970229 (or 0x970229) is known color: Carmine. HEX triplet: 97, 02 and 29. RGB value is (151,2,41). Sum of RGB (Red+Green+Blue) = 151+2+41=194 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.84% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 151 - color contains mainly: red. Hex color #970229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970229 is #68FDD6. Grayscale: #323232. Windows color (decimal): -6880727 or 2687639. OLE color: 2687639.

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

Color convert

RGB 151 2 41 -
CMYK 0 0.99 0.73 0.41
HSL 344.3º 0.97% 0.3% -
HSV(B) 344.3º 0.99% 0.59% -
XYZ 13.18 6.78 2.71 -
YUV 51 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 151 2 41 0 0.99 0.73 0.41 344.3 0.97 0.3
Hex 97 2 29 0 63 49 29 158 61 1E
Octal 227 2 51 0 143 111 51 530 141 36
Binary 10010111 10 101001 0 1100011 1001001 101001 101011000 1100001 11110

Color Harmonies of #970229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970229

Black with #970229

Text Example


Text Example

White with #970229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970229; }

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

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

background-color css

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

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

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

border-color css

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

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

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