Html Css Color HEX #941220 Carmine

📋 copy color: '#941220'

red 148 ◦ green 18 ◦ blue 32

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

Shades of Carmine #941220

Tints of Carmine #941220

RGB

 RED value IS 148 (58.2% from 255) = 74.75%

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

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 74.75%
G = 9.09%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#941220 (or 0x941220) is known color: Carmine. HEX triplet: 94, 12 and 20. RGB value is (148,18,32). Sum of RGB (Red+Green+Blue) = 148+18+32=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #941220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941220 is #6BEDDF. Grayscale: #3A3A3A. Windows color (decimal): -7073248 or 2101908. OLE color: 2101908.

HSL color Cylindrical-coordinate representation of color #941220: hue angle of 353.54º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941220 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 32 -
CMYK 0 0.88 0.78 0.42
HSL 353.54º 0.78% 0.33% -
HSV(B) 353.54º 0.88% 0.58% -
XYZ 12.69 6.83 2.02 -
YUV 58.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 148 18 32 0 0.88 0.78 0.42 353.54 0.78 0.33
Hex 94 12 20 0 58 4E 2A 162 4E 21
Octal 224 22 40 0 130 116 52 542 116 41
Binary 10010100 10010 100000 0 1011000 1001110 101010 101100010 1001110 100001

Color Harmonies of #941220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941220

Black with #941220

Text Example


Text Example

White with #941220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941220; }

 p { color: rgb(148,18,32); }

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

background-color css

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

 a { background-color: rgb(148,18,32); }

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

border-color css

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

 span { border-color: rgb(148,18,32); }

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