Html Css Color HEX #940520 Carmine

📋 copy color: '#940520'

red 148 ◦ green 5 ◦ blue 32

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

Shades of Carmine #940520

Tints of Carmine #940520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 80%
G = 2.7%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#940520 (or 0x940520) is known color: Carmine. HEX triplet: 94, 05 and 20. RGB value is (148,5,32). Sum of RGB (Red+Green+Blue) = 148+5+32=185 (24% of max value = 765). Red value is 148 (58.20% from 255 or 80% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 148 - color contains mainly: red. Hex color #940520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940520 is #6BFADF. Grayscale: #323232. Windows color (decimal): -7076576 or 2098580. OLE color: 2098580.

HSL color Cylindrical-coordinate representation of color #940520: hue angle of 348.67º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940520 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 32 -
CMYK 0 0.97 0.78 0.42
HSL 348.67º 0.93% 0.3% -
HSV(B) 348.67º 0.97% 0.58% -
XYZ 12.53 6.51 1.96 -
YUV 50.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 148 5 32 0 0.97 0.78 0.42 348.67 0.93 0.3
Hex 94 5 20 0 61 4E 2A 15D 5D 1E
Octal 224 5 40 0 141 116 52 535 135 36
Binary 10010100 101 100000 0 1100001 1001110 101010 101011101 1011101 11110

Color Harmonies of #940520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940520

Black with #940520

Text Example


Text Example

White with #940520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940520; }

 p { color: rgb(148,5,32); }

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

background-color css

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

 a { background-color: rgb(148,5,32); }

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

border-color css

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

 span { border-color: rgb(148,5,32); }

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