Html Css Color HEX #940913 Carmine

📋 copy color: '#940913'

red 148 ◦ green 9 ◦ blue 19

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

Shades of Carmine #940913

Tints of Carmine #940913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 84.09%
G = 5.11%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#940913 (or 0x940913) is known color: Carmine. HEX triplet: 94, 09 and 13. RGB value is (148,9,19). Sum of RGB (Red+Green+Blue) = 148+9+19=176 (23% of max value = 765). Red value is 148 (58.20% from 255 or 84.09% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 148 - color contains mainly: red. Hex color #940913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940913 is #6BF6EC. Grayscale: #333333. Windows color (decimal): -7075565 or 1247636. OLE color: 1247636.

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

Color convert

RGB 148 9 19 -
CMYK 0 0.94 0.87 0.42
HSL 355.68º 0.89% 0.31% -
HSV(B) 355.68º 0.94% 0.58% -
XYZ 12.43 6.54 1.22 -
YUV 51.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 148 9 19 0 0.94 0.87 0.42 355.68 0.89 0.31
Hex 94 9 13 0 5E 57 2A 164 59 1F
Octal 224 11 23 0 136 127 52 544 131 37
Binary 10010100 1001 10011 0 1011110 1010111 101010 101100100 1011001 11111

Color Harmonies of #940913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940913

Black with #940913

Text Example


Text Example

White with #940913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940913; }

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

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

background-color css

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

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

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

border-color css

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

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

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