Html Css Color HEX #940918 Carmine

📋 copy color: '#940918'

red 148 ◦ green 9 ◦ blue 24

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

Shades of Carmine #940918

Tints of Carmine #940918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.26%

R = 81.77%
G = 4.97%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#940918 (or 0x940918) is known color: Carmine. HEX triplet: 94, 09 and 18. RGB value is (148,9,24). Sum of RGB (Red+Green+Blue) = 148+9+24=181 (23% of max value = 765). Red value is 148 (58.20% from 255 or 81.77% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 148 - color contains mainly: red. Hex color #940918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940918 is #6BF6E7. Grayscale: #343434. Windows color (decimal): -7075560 or 1575316. OLE color: 1575316.

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

Color convert

RGB 148 9 24 -
CMYK 0 0.94 0.84 0.42
HSL 353.53º 0.89% 0.31% -
HSV(B) 353.53º 0.94% 0.58% -
XYZ 12.48 6.56 1.47 -
YUV 52.27 112.05 196.28 -
System Red Green Blue C M Y K H S L
Decimal 148 9 24 0 0.94 0.84 0.42 353.53 0.89 0.31
Hex 94 9 18 0 5E 54 2A 162 59 1F
Octal 224 11 30 0 136 124 52 542 131 37
Binary 10010100 1001 11000 0 1011110 1010100 101010 101100010 1011001 11111

Color Harmonies of #940918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940918

Black with #940918

Text Example


Text Example

White with #940918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940918; }

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

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

background-color css

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

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

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

border-color css

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

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

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