Html Css Color HEX #940C1E Carmine

📋 copy color: '#940C1E'

red 148 ◦ green 12 ◦ blue 30

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

Shades of Carmine #940C1E

Tints of Carmine #940C1E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

 BLUE value IS 30 (12.11% from 255) = 15.79%

R = 77.89%
G = 6.32%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#940C1E (or 0x940C1E) is known color: Carmine. HEX triplet: 94, 0C and 1E. RGB value is (148,12,30). Sum of RGB (Red+Green+Blue) = 148+12+30=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #940C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C1E is #6BF3E1. Grayscale: #363636. Windows color (decimal): -7074786 or 1969300. OLE color: 1969300.

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

Color convert

RGB 148 12 30 -
CMYK 0 0.92 0.80 0.42
HSL 352.06º 0.85% 0.31% -
HSV(B) 352.06º 0.92% 0.58% -
XYZ 12.58 6.65 1.85 -
YUV 54.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 148 12 30 0 0.92 0.80 0.42 352.06 0.85 0.31
Hex 94 C 1E 0 5C 50 2A 160 55 1F
Octal 224 14 36 0 134 120 52 540 125 37
Binary 10010100 1100 11110 0 1011100 1010000 101010 101100000 1010101 11111

Color Harmonies of #940C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C1E

Black with #940C1E

Text Example


Text Example

White with #940C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,12,30); }

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

background-color css

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

 a { background-color: rgb(148,12,30); }

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

border-color css

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

 span { border-color: rgb(148,12,30); }

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