Html Css Color HEX #940016 Carmine

📋 copy color: '#940016'

red 148 ◦ green 0 ◦ blue 22

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

Shades of Carmine #940016

Tints of Carmine #940016

RGB

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

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

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

R = 87.06%
G = 0%
B = 12.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#940016 (or 0x940016) is known color: Carmine. HEX triplet: 94, 00 and 16. RGB value is (148,0,22). Sum of RGB (Red+Green+Blue) = 148+0+22=170 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.06% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 148 - color contains mainly: red. Hex color #940016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940016 is #6BFFE9. Grayscale: #2E2E2E. Windows color (decimal): -7077866 or 1441940. OLE color: 1441940.

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

Color convert

RGB 148 0 22 -
CMYK 0 1 0.85 0.42
HSL 351.08º 1% 0.29% -
HSV(B) 351.08º 1% 0.58% -
XYZ 12.36 6.35 1.33 -
YUV 46.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 148 0 22 0 1 0.85 0.42 351.08 1 0.29
Hex 94 0 16 0 64 55 2A 15F 64 1D
Octal 224 0 26 0 144 125 52 537 144 35
Binary 10010100 0 10110 0 1100100 1010101 101010 101011111 1100100 11101

Color Harmonies of #940016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940016

Black with #940016

Text Example


Text Example

White with #940016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940016; }

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

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

background-color css

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

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

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

border-color css

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

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

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