Html Css Color HEX #940A17 Carmine

📋 copy color: '#940A17'

red 148 ◦ green 10 ◦ blue 23

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

Shades of Carmine #940A17

Tints of Carmine #940A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.52%

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

R = 81.77%
G = 5.52%
B = 12.71%

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

#940A17 (or 0x940A17) is known color: Carmine. HEX triplet: 94, 0A and 17. RGB value is (148,10,23). Sum of RGB (Red+Green+Blue) = 148+10+23=181 (23% of max value = 765). Red value is 148 (58.20% from 255 or 81.77% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 148 - color contains mainly: red. Hex color #940A17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940A17 is #6BF5E8. Grayscale: #343434. Windows color (decimal): -7075305 or 1510036. OLE color: 1510036.

HSL color Cylindrical-coordinate representation of color #940A17: hue angle of 354.35º degrees, saturation: 0.87, 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 #940A17 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 10 23 -
CMYK 0 0.93 0.84 0.42
HSL 354.35º 0.87% 0.31% -
HSV(B) 354.35º 0.93% 0.58% -
XYZ 12.48 6.57 1.42 -
YUV 52.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 148 10 23 0 0.93 0.84 0.42 354.35 0.87 0.31
Hex 94 A 17 0 5D 54 2A 162 57 1F
Octal 224 12 27 0 135 124 52 542 127 37
Binary 10010100 1010 10111 0 1011101 1010100 101010 101100010 1010111 11111

Color Harmonies of #940A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A17

Black with #940A17

Text Example


Text Example

White with #940A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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