Html Css Color HEX #940928 Carmine

📋 copy color: '#940928'

red 148 ◦ green 9 ◦ blue 40

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

Shades of Carmine #940928

Tints of Carmine #940928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

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

R = 75.13%
G = 4.57%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#940928 (or 0x940928) is known color: Carmine. HEX triplet: 94, 09 and 28. RGB value is (148,9,40). Sum of RGB (Red+Green+Blue) = 148+9+40=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #940928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940928 is #6BF6D7. Grayscale: #363636. Windows color (decimal): -7075544 or 2623892. OLE color: 2623892.

HSL color Cylindrical-coordinate representation of color #940928: hue angle of 346.62º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940928 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 40 -
CMYK 0 0.94 0.73 0.42
HSL 346.62º 0.89% 0.31% -
HSV(B) 346.62º 0.94% 0.58% -
XYZ 12.69 6.64 2.62 -
YUV 54.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 148 9 40 0 0.94 0.73 0.42 346.62 0.89 0.31
Hex 94 9 28 0 5E 49 2A 15B 59 1F
Octal 224 11 50 0 136 111 52 533 131 37
Binary 10010100 1001 101000 0 1011110 1001001 101010 101011011 1011001 11111

Color Harmonies of #940928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940928

Black with #940928

Text Example


Text Example

White with #940928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940928; }

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

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

background-color css

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

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

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

border-color css

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

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

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