Html Css Color HEX #940716 Carmine

📋 copy color: '#940716'

red 148 ◦ green 7 ◦ blue 22

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

Shades of Carmine #940716

Tints of Carmine #940716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.95%

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

R = 83.62%
G = 3.95%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#940716 (or 0x940716) is known color: Carmine. HEX triplet: 94, 07 and 16. RGB value is (148,7,22). Sum of RGB (Red+Green+Blue) = 148+7+22=177 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.62% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 148 - color contains mainly: red. Hex color #940716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940716 is #6BF8E9. Grayscale: #323232. Windows color (decimal): -7076074 or 1443732. OLE color: 1443732.

HSL color Cylindrical-coordinate representation of color #940716: hue angle of 353.62º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940716 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 7 22 -
CMYK 0 0.95 0.85 0.42
HSL 353.62º 0.91% 0.3% -
HSV(B) 353.62º 0.95% 0.58% -
XYZ 12.43 6.51 1.36 -
YUV 50.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 148 7 22 0 0.95 0.85 0.42 353.62 0.91 0.3
Hex 94 7 16 0 5F 55 2A 162 5B 1E
Octal 224 7 26 0 137 125 52 542 133 36
Binary 10010100 111 10110 0 1011111 1010101 101010 101100010 1011011 11110

Color Harmonies of #940716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940716

Black with #940716

Text Example


Text Example

White with #940716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940716; }

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

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

background-color css

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

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

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

border-color css

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

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

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