Html Css Color HEX #940F2B Carmine

📋 copy color: '#940F2B'

red 148 ◦ green 15 ◦ blue 43

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

Shades of Carmine #940F2B

Tints of Carmine #940F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.28%

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

R = 71.84%
G = 7.28%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#940F2B (or 0x940F2B) is known color: Carmine. HEX triplet: 94, 0F and 2B. RGB value is (148,15,43). Sum of RGB (Red+Green+Blue) = 148+15+43=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #940F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F2B is #6BF0D4. Grayscale: #393939. Windows color (decimal): -7074005 or 2822036. OLE color: 2822036.

HSL color Cylindrical-coordinate representation of color #940F2B: hue angle of 347.37º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F2B is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 43 -
CMYK 0 0.90 0.71 0.42
HSL 347.37º 0.82% 0.32% -
HSV(B) 347.37º 0.9% 0.58% -
XYZ 12.82 6.81 2.92 -
YUV 57.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 148 15 43 0 0.90 0.71 0.42 347.37 0.82 0.32
Hex 94 F 2B 0 5A 47 2A 15B 52 20
Octal 224 17 53 0 132 107 52 533 122 40
Binary 10010100 1111 101011 0 1011010 1000111 101010 101011011 1010010 100000

Color Harmonies of #940F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F2B

Black with #940F2B

Text Example


Text Example

White with #940F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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