Html Css Color HEX #941718 Carmine

📋 copy color: '#941718'

red 148 ◦ green 23 ◦ blue 24

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

Shades of Carmine #941718

Tints of Carmine #941718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 24 (9.77% from 255) = 12.31%

R = 75.9%
G = 11.79%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#941718 (or 0x941718) is known color: Carmine. HEX triplet: 94, 17 and 18. RGB value is (148,23,24). Sum of RGB (Red+Green+Blue) = 148+23+24=195 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.90% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 148 - color contains mainly: red. Hex color #941718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941718 is #6BE8E7. Grayscale: #3C3C3C. Windows color (decimal): -7071976 or 1578900. OLE color: 1578900.

HSL color Cylindrical-coordinate representation of color #941718: hue angle of 359.52º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941718 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 23 24 -
CMYK 0 0.84 0.84 0.42
HSL 359.52º 0.73% 0.34% -
HSV(B) 359.52º 0.84% 0.58% -
XYZ 12.68 6.97 1.54 -
YUV 60.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 148 23 24 0 0.84 0.84 0.42 359.52 0.73 0.34
Hex 94 17 18 0 54 54 2A 168 49 22
Octal 224 27 30 0 124 124 52 550 111 42
Binary 10010100 10111 11000 0 1010100 1010100 101010 101101000 1001001 100010

Color Harmonies of #941718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941718

Black with #941718

Text Example


Text Example

White with #941718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941718; }

 p { color: rgb(148,23,24); }

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

background-color css

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

 a { background-color: rgb(148,23,24); }

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

border-color css

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

 span { border-color: rgb(148,23,24); }

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