Html Css Color HEX #940C2B Carmine

📋 copy color: '#940C2B'

red 148 ◦ green 12 ◦ blue 43

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

Shades of Carmine #940C2B

Tints of Carmine #940C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 72.91%
G = 5.91%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#940C2B (or 0x940C2B) is known color: Carmine. HEX triplet: 94, 0C and 2B. RGB value is (148,12,43). Sum of RGB (Red+Green+Blue) = 148+12+43=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #940C2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940C2B is #6BF3D4. Grayscale: #383838. Windows color (decimal): -7074773 or 2821268. OLE color: 2821268.

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

Color convert

RGB 148 12 43 -
CMYK 0 0.92 0.71 0.42
HSL 346.32º 0.85% 0.31% -
HSV(B) 346.32º 0.92% 0.58% -
XYZ 12.78 6.73 2.91 -
YUV 56.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 148 12 43 0 0.92 0.71 0.42 346.32 0.85 0.31
Hex 94 C 2B 0 5C 47 2A 15A 55 1F
Octal 224 14 53 0 134 107 52 532 125 37
Binary 10010100 1100 101011 0 1011100 1000111 101010 101011010 1010101 11111

Color Harmonies of #940C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940C2B

Black with #940C2B

Text Example


Text Example

White with #940C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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