Html Css Color HEX #940B2D Carmine

📋 copy color: '#940B2D'

red 148 ◦ green 11 ◦ blue 45

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

Shades of Carmine #940B2D

Tints of Carmine #940B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.06%

R = 72.55%
G = 5.39%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#940B2D (or 0x940B2D) is known color: Carmine. HEX triplet: 94, 0B and 2D. RGB value is (148,11,45). Sum of RGB (Red+Green+Blue) = 148+11+45=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #940B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940B2D is #6BF4D2. Grayscale: #373737. Windows color (decimal): -7075027 or 2952084. OLE color: 2952084.

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

Color convert

RGB 148 11 45 -
CMYK 0 0.93 0.70 0.42
HSL 345.11º 0.86% 0.31% -
HSV(B) 345.11º 0.93% 0.58% -
XYZ 12.81 6.72 3.11 -
YUV 55.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 148 11 45 0 0.93 0.70 0.42 345.11 0.86 0.31
Hex 94 B 2D 0 5D 46 2A 159 56 1F
Octal 224 13 55 0 135 106 52 531 126 37
Binary 10010100 1011 101101 0 1011101 1000110 101010 101011001 1010110 11111

Color Harmonies of #940B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940B2D

Black with #940B2D

Text Example


Text Example

White with #940B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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