Html Css Color HEX #940A20 Carmine

📋 copy color: '#940A20'

red 148 ◦ green 10 ◦ blue 32

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

Shades of Carmine #940A20

Tints of Carmine #940A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.26%

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

R = 77.89%
G = 5.26%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#940A20 (or 0x940A20) is known color: Carmine. HEX triplet: 94, 0A and 20. RGB value is (148,10,32). Sum of RGB (Red+Green+Blue) = 148+10+32=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #940A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940A20 is #6BF5DF. Grayscale: #353535. Windows color (decimal): -7075296 or 2099860. OLE color: 2099860.

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

Color convert

RGB 148 10 32 -
CMYK 0 0.93 0.78 0.42
HSL 350.43º 0.87% 0.31% -
HSV(B) 350.43º 0.93% 0.58% -
XYZ 12.58 6.62 1.98 -
YUV 53.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 148 10 32 0 0.93 0.78 0.42 350.43 0.87 0.31
Hex 94 A 20 0 5D 4E 2A 15E 57 1F
Octal 224 12 40 0 135 116 52 536 127 37
Binary 10010100 1010 100000 0 1011101 1001110 101010 101011110 1010111 11111

Color Harmonies of #940A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A20

Black with #940A20

Text Example


Text Example

White with #940A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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