Html Css Color HEX #940816 Carmine

📋 copy color: '#940816'

red 148 ◦ green 8 ◦ blue 22

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

Shades of Carmine #940816

Tints of Carmine #940816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

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

R = 83.15%
G = 4.49%
B = 12.36%

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

#940816 (or 0x940816) is known color: Carmine. HEX triplet: 94, 08 and 16. RGB value is (148,8,22). Sum of RGB (Red+Green+Blue) = 148+8+22=178 (23% of max value = 765). Red value is 148 (58.20% from 255 or 83.15% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 22 (8.98% from 255 or 12.36% from 178); Max value from RGB is 148 - color contains mainly: red. Hex color #940816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940816 is #6BF7E9. Grayscale: #333333. Windows color (decimal): -7075818 or 1443988. OLE color: 1443988.

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

Color convert

RGB 148 8 22 -
CMYK 0 0.95 0.85 0.42
HSL 354º 0.9% 0.31% -
HSV(B) 354º 0.95% 0.58% -
XYZ 12.44 6.53 1.36 -
YUV 51.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 148 8 22 0 0.95 0.85 0.42 354 0.9 0.31
Hex 94 8 16 0 5F 55 2A 162 5A 1F
Octal 224 10 26 0 137 125 52 542 132 37
Binary 10010100 1000 10110 0 1011111 1010101 101010 101100010 1011010 11111

Color Harmonies of #940816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940816

Black with #940816

Text Example


Text Example

White with #940816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940816; }

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

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

background-color css

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

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

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

border-color css

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

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

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