Html Css Color HEX #971228 Carmine

📋 copy color: '#971228'

red 151 ◦ green 18 ◦ blue 40

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

Shades of Carmine #971228

Tints of Carmine #971228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

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

R = 72.25%
G = 8.61%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#971228 (or 0x971228) is known color: Carmine. HEX triplet: 97, 12 and 28. RGB value is (151,18,40). Sum of RGB (Red+Green+Blue) = 151+18+40=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #971228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971228 is #68EDD7. Grayscale: #3C3C3C. Windows color (decimal): -6876632 or 2626199. OLE color: 2626199.

HSL color Cylindrical-coordinate representation of color #971228: hue angle of 350.08º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971228 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 18 40 -
CMYK 0 0.88 0.74 0.41
HSL 350.08º 0.79% 0.33% -
HSV(B) 350.08º 0.88% 0.59% -
XYZ 13.36 7.17 2.69 -
YUV 60.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 151 18 40 0 0.88 0.74 0.41 350.08 0.79 0.33
Hex 97 12 28 0 58 4A 29 15E 4F 21
Octal 227 22 50 0 130 112 51 536 117 41
Binary 10010111 10010 101000 0 1011000 1001010 101001 101011110 1001111 100001

Color Harmonies of #971228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971228

Black with #971228

Text Example


Text Example

White with #971228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971228; }

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

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

background-color css

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

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

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

border-color css

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

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

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