Html Css Color HEX #940128 Carmine

📋 copy color: '#940128'

red 148 ◦ green 1 ◦ blue 40

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

Shades of Carmine #940128

Tints of Carmine #940128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 78.31%
G = 0.53%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#940128 (or 0x940128) is known color: Carmine. HEX triplet: 94, 01 and 28. RGB value is (148,1,40). Sum of RGB (Red+Green+Blue) = 148+1+40=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #940128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940128 is #6BFED7. Grayscale: #313131. Windows color (decimal): -7077592 or 2621844. OLE color: 2621844.

HSL color Cylindrical-coordinate representation of color #940128: hue angle of 344.08º degrees, saturation: 0.99, 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 #940128 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 40 -
CMYK 0 0.99 0.73 0.42
HSL 344.08º 0.99% 0.29% -
HSV(B) 344.08º 0.99% 0.58% -
XYZ 12.61 6.47 2.59 -
YUV 49.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 148 1 40 0 0.99 0.73 0.42 344.08 0.99 0.29
Hex 94 1 28 0 63 49 2A 158 63 1D
Octal 224 1 50 0 143 111 52 530 143 35
Binary 10010100 1 101000 0 1100011 1001001 101010 101011000 1100011 11101

Color Harmonies of #940128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940128

Black with #940128

Text Example


Text Example

White with #940128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940128; }

 p { color: rgb(148,1,40); }

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

background-color css

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

 a { background-color: rgb(148,1,40); }

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

border-color css

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

 span { border-color: rgb(148,1,40); }

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