Html Css Color HEX #940920 Carmine

📋 copy color: '#940920'

red 148 ◦ green 9 ◦ blue 32

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

Shades of Carmine #940920

Tints of Carmine #940920

RGB

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

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

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

R = 78.31%
G = 4.76%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#940920 (or 0x940920) is known color: Carmine. HEX triplet: 94, 09 and 20. RGB value is (148,9,32). Sum of RGB (Red+Green+Blue) = 148+9+32=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #940920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940920 is #6BF6DF. Grayscale: #353535. Windows color (decimal): -7075552 or 2099604. OLE color: 2099604.

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

Color convert

RGB 148 9 32 -
CMYK 0 0.94 0.78 0.42
HSL 350.07º 0.89% 0.31% -
HSV(B) 350.07º 0.94% 0.58% -
XYZ 12.57 6.6 1.98 -
YUV 53.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 148 9 32 0 0.94 0.78 0.42 350.07 0.89 0.31
Hex 94 9 20 0 5E 4E 2A 15E 59 1F
Octal 224 11 40 0 136 116 52 536 131 37
Binary 10010100 1001 100000 0 1011110 1001110 101010 101011110 1011001 11111

Color Harmonies of #940920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940920

Black with #940920

Text Example


Text Example

White with #940920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940920; }

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

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

background-color css

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

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

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

border-color css

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

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

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