Html Css Color HEX #940416 Carmine

📋 copy color: '#940416'

red 148 ◦ green 4 ◦ blue 22

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

Shades of Carmine #940416

Tints of Carmine #940416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

 BLUE value IS 22 (8.98% from 255) = 12.64%

R = 85.06%
G = 2.3%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#940416 (or 0x940416) is known color: Carmine. HEX triplet: 94, 04 and 16. RGB value is (148,4,22). Sum of RGB (Red+Green+Blue) = 148+4+22=174 (23% of max value = 765). Red value is 148 (58.20% from 255 or 85.06% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 148 - color contains mainly: red. Hex color #940416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940416 is #6BFBE9. Grayscale: #313131. Windows color (decimal): -7076842 or 1442964. OLE color: 1442964.

HSL color Cylindrical-coordinate representation of color #940416: hue angle of 352.5º degrees, saturation: 0.95, 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 #940416 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 22 -
CMYK 0 0.97 0.85 0.42
HSL 352.5º 0.95% 0.3% -
HSV(B) 352.5º 0.97% 0.58% -
XYZ 12.4 6.44 1.35 -
YUV 49.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 148 4 22 0 0.97 0.85 0.42 352.5 0.95 0.3
Hex 94 4 16 0 61 55 2A 160 5F 1E
Octal 224 4 26 0 141 125 52 540 137 36
Binary 10010100 100 10110 0 1100001 1010101 101010 101100000 1011111 11110

Color Harmonies of #940416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940416

Black with #940416

Text Example


Text Example

White with #940416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940416; }

 p { color: rgb(148,4,22); }

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

background-color css

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

 a { background-color: rgb(148,4,22); }

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

border-color css

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

 span { border-color: rgb(148,4,22); }

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