Html Css Color HEX #941229 Carmine

📋 copy color: '#941229'

red 148 ◦ green 18 ◦ blue 41

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

Shades of Carmine #941229

Tints of Carmine #941229

RGB

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

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

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

R = 71.5%
G = 8.7%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#941229 (or 0x941229) is known color: Carmine. HEX triplet: 94, 12 and 29. RGB value is (148,18,41). Sum of RGB (Red+Green+Blue) = 148+18+41=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #941229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941229 is #6BEDD6. Grayscale: #3B3B3B. Windows color (decimal): -7073239 or 2691732. OLE color: 2691732.

HSL color Cylindrical-coordinate representation of color #941229: hue angle of 349.38º 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 #941229 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 18 41 -
CMYK 0 0.88 0.72 0.42
HSL 349.38º 0.78% 0.33% -
HSV(B) 349.38º 0.88% 0.58% -
XYZ 12.83 6.89 2.75 -
YUV 59.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 148 18 41 0 0.88 0.72 0.42 349.38 0.78 0.33
Hex 94 12 29 0 58 48 2A 15D 4E 21
Octal 224 22 51 0 130 110 52 535 116 41
Binary 10010100 10010 101001 0 1011000 1001000 101010 101011101 1001110 100001

Color Harmonies of #941229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941229

Black with #941229

Text Example


Text Example

White with #941229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941229; }

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

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

background-color css

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

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

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

border-color css

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

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

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