Html Css Color HEX #940A15 Carmine

📋 copy color: '#940A15'

red 148 ◦ green 10 ◦ blue 21

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

Shades of Carmine #940A15

Tints of Carmine #940A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 82.68%
G = 5.59%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#940A15 (or 0x940A15) is known color: Carmine. HEX triplet: 94, 0A and 15. RGB value is (148,10,21). Sum of RGB (Red+Green+Blue) = 148+10+21=179 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.68% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 148 - color contains mainly: red. Hex color #940A15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940A15 is #6BF5EA. Grayscale: #343434. Windows color (decimal): -7075307 or 1378964. OLE color: 1378964.

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

Color convert

RGB 148 10 21 -
CMYK 0 0.93 0.86 0.42
HSL 355.22º 0.87% 0.31% -
HSV(B) 355.22º 0.93% 0.58% -
XYZ 12.46 6.57 1.32 -
YUV 52.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 148 10 21 0 0.93 0.86 0.42 355.22 0.87 0.31
Hex 94 A 15 0 5D 56 2A 163 57 1F
Octal 224 12 25 0 135 126 52 543 127 37
Binary 10010100 1010 10101 0 1011101 1010110 101010 101100011 1010111 11111

Color Harmonies of #940A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A15

Black with #940A15

Text Example


Text Example

White with #940A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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