Html Css Color HEX #940020 Carmine

📋 copy color: '#940020'

red 148 ◦ green 0 ◦ blue 32

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

Shades of Carmine #940020

Tints of Carmine #940020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.22%
G = 0%
B = 17.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#940020 (or 0x940020) is known color: Carmine. HEX triplet: 94, 00 and 20. RGB value is (148,0,32). Sum of RGB (Red+Green+Blue) = 148+0+32=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #940020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940020 is #6BFFDF. Grayscale: #2F2F2F. Windows color (decimal): -7077856 or 2097300. OLE color: 2097300.

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

Color convert

RGB 148 0 32 -
CMYK 0 1 0.78 0.42
HSL 347.03º 1% 0.29% -
HSV(B) 347.03º 1% 0.58% -
XYZ 12.47 6.4 1.94 -
YUV 47.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 148 0 32 0 1 0.78 0.42 347.03 1 0.29
Hex 94 0 20 0 64 4E 2A 15B 64 1D
Octal 224 0 40 0 144 116 52 533 144 35
Binary 10010100 0 100000 0 1100100 1001110 101010 101011011 1100100 11101

Color Harmonies of #940020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940020

Black with #940020

Text Example


Text Example

White with #940020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940020; }

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

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

background-color css

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

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

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

border-color css

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

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

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