Html Css Color HEX #970231 Carmine

📋 copy color: '#970231'

red 151 ◦ green 2 ◦ blue 49

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

Shades of Carmine #970231

Tints of Carmine #970231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.26%

R = 74.75%
G = 0.99%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#970231 (or 0x970231) is known color: Carmine. HEX triplet: 97, 02 and 31. RGB value is (151,2,49). Sum of RGB (Red+Green+Blue) = 151+2+49=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #970231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970231 is #68FDCE. Grayscale: #333333. Windows color (decimal): -6880719 or 3211927. OLE color: 3211927.

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

Color convert

RGB 151 2 49 -
CMYK 0 0.99 0.68 0.41
HSL 341.07º 0.97% 0.3% -
HSV(B) 341.07º 0.99% 0.59% -
XYZ 13.34 6.84 3.52 -
YUV 51.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 151 2 49 0 0.99 0.68 0.41 341.07 0.97 0.3
Hex 97 2 31 0 63 44 29 155 61 1E
Octal 227 2 61 0 143 104 51 525 141 36
Binary 10010111 10 110001 0 1100011 1000100 101001 101010101 1100001 11110

Color Harmonies of #970231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970231

Black with #970231

Text Example


Text Example

White with #970231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970231; }

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

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

background-color css

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

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

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

border-color css

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

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

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