Html Css Color HEX #940924 Carmine

📋 copy color: '#940924'

red 148 ◦ green 9 ◦ blue 36

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

Shades of Carmine #940924

Tints of Carmine #940924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.65%

R = 76.68%
G = 4.66%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#940924 (or 0x940924) is known color: Carmine. HEX triplet: 94, 09 and 24. RGB value is (148,9,36). Sum of RGB (Red+Green+Blue) = 148+9+36=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #940924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940924 is #6BF6DB. Grayscale: #353535. Windows color (decimal): -7075548 or 2361748. OLE color: 2361748.

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

Color convert

RGB 148 9 36 -
CMYK 0 0.94 0.76 0.42
HSL 348.35º 0.89% 0.31% -
HSV(B) 348.35º 0.94% 0.58% -
XYZ 12.63 6.62 2.28 -
YUV 53.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 148 9 36 0 0.94 0.76 0.42 348.35 0.89 0.31
Hex 94 9 24 0 5E 4C 2A 15C 59 1F
Octal 224 11 44 0 136 114 52 534 131 37
Binary 10010100 1001 100100 0 1011110 1001100 101010 101011100 1011001 11111

Color Harmonies of #940924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940924

Black with #940924

Text Example


Text Example

White with #940924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940924; }

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

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

background-color css

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

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

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

border-color css

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

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

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