Html Css Color HEX #940B17 Carmine

📋 copy color: '#940B17'

red 148 ◦ green 11 ◦ blue 23

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

Shades of Carmine #940B17

Tints of Carmine #940B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.04%

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

R = 81.32%
G = 6.04%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#940B17 (or 0x940B17) is known color: Carmine. HEX triplet: 94, 0B and 17. RGB value is (148,11,23). Sum of RGB (Red+Green+Blue) = 148+11+23=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #940B17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940B17 is #6BF4E8. Grayscale: #353535. Windows color (decimal): -7075049 or 1510292. OLE color: 1510292.

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

Color convert

RGB 148 11 23 -
CMYK 0 0.93 0.84 0.42
HSL 354.74º 0.86% 0.31% -
HSV(B) 354.74º 0.93% 0.58% -
XYZ 12.49 6.6 1.43 -
YUV 53.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 148 11 23 0 0.93 0.84 0.42 354.74 0.86 0.31
Hex 94 B 17 0 5D 54 2A 163 56 1F
Octal 224 13 27 0 135 124 52 543 126 37
Binary 10010100 1011 10111 0 1011101 1010100 101010 101100011 1010110 11111

Color Harmonies of #940B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B17

Black with #940B17

Text Example


Text Example

White with #940B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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