#B3342D

Color #B3342D Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B3342D

Tints of Medium Carmine #B3342D

Color information

#B3342D (or 0xB3342D) is unknown color: approx Medium Carmine. HEX triplet: B3, 34 and 2D. RGB value is (179,52,45). Sum of RGB (Red+Green+Blue) = 179+52+45=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3342D is #4CCBD2. Grayscale: #595959. Windows color (decimal): -5032915 or 2962611. OLE color: 2962611.

HSL color Cylindrical-coordinate representation of color #B3342D: hue angle of 3.13º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3342D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1795245-
CMYK00.710.750.30
HSL3.13º59.82%43.92%-
HSV(B)3.13º74.86%70.2%-
XYZ20.2912.233.77-
YUV89.18103.08192.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.86%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=64.86%
G=18.84%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179524500.710.750.303.1359.8243.92
HexB3342D0474B1E33c2c
Octal263645501071133637454
Binary101100111101001011010100011110010111111011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3342D; }

 p { color: rgb(179,52,45); }

 H1.HeaderClassName
 {
   color: #B3342D;
 }
 .AnyTagClassName
 {
   color: #B3342D;
 }
</style>
background-color css

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

 a { background-color: rgb(179,52,45); }

 div.DivClassName
 {
   background-color: #B3342D;
 }
 .BgClassName
 {
   background-color: #B3342D;
 }
</style>
border-color css

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

 span { border-color: rgb(179,52,45); }

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