Html Css Color HEX #941517 Carmine

📋 copy color: '#941517'

red 148 ◦ green 21 ◦ blue 23

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

Shades of Carmine #941517

Tints of Carmine #941517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

 BLUE value IS 23 (9.38% from 255) = 11.98%

R = 77.08%
G = 10.94%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#941517 (or 0x941517) is known color: Carmine. HEX triplet: 94, 15 and 17. RGB value is (148,21,23). Sum of RGB (Red+Green+Blue) = 148+21+23=192 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.08% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 148 - color contains mainly: red. Hex color #941517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941517 is #6BEAE8. Grayscale: #3B3B3B. Windows color (decimal): -7072489 or 1512852. OLE color: 1512852.

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

Color convert

RGB 148 21 23 -
CMYK 0 0.86 0.84 0.42
HSL 359.06º 0.75% 0.33% -
HSV(B) 359.06º 0.86% 0.58% -
XYZ 12.64 6.89 1.48 -
YUV 59.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 148 21 23 0 0.86 0.84 0.42 359.06 0.75 0.33
Hex 94 15 17 0 56 54 2A 167 4B 21
Octal 224 25 27 0 126 124 52 547 113 41
Binary 10010100 10101 10111 0 1010110 1010100 101010 101100111 1001011 100001

Color Harmonies of #941517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941517

Black with #941517

Text Example


Text Example

White with #941517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941517; }

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

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

background-color css

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

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

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

border-color css

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

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

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