Html Css Color HEX #940229 Carmine

📋 copy color: '#940229'

red 148 ◦ green 2 ◦ blue 41

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

Shades of Carmine #940229

Tints of Carmine #940229

RGB

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

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

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

R = 77.49%
G = 1.05%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#940229 (or 0x940229) is known color: Carmine. HEX triplet: 94, 02 and 29. RGB value is (148,2,41). Sum of RGB (Red+Green+Blue) = 148+2+41=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #940229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940229 is #6BFDD6. Grayscale: #323232. Windows color (decimal): -7077335 or 2687636. OLE color: 2687636.

HSL color Cylindrical-coordinate representation of color #940229: hue angle of 343.97º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940229 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 2 41 -
CMYK 0 0.99 0.72 0.42
HSL 343.97º 0.97% 0.29% -
HSV(B) 343.97º 0.99% 0.58% -
XYZ 12.63 6.5 2.69 -
YUV 50.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 148 2 41 0 0.99 0.72 0.42 343.97 0.97 0.29
Hex 94 2 29 0 63 48 2A 158 61 1D
Octal 224 2 51 0 143 110 52 530 141 35
Binary 10010100 10 101001 0 1100011 1001000 101010 101011000 1100001 11101

Color Harmonies of #940229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940229

Black with #940229

Text Example


Text Example

White with #940229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940229; }

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

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

background-color css

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

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

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

border-color css

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

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

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