#B3392D

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

Shades of Medium Carmine #B3392D

Tints of Medium Carmine #B3392D

Color information

#B3392D (or 0xB3392D) is unknown color: approx Medium Carmine. HEX triplet: B3, 39 and 2D. RGB value is (179,57,45). Sum of RGB (Red+Green+Blue) = 179+57+45=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B3392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3392D is #4CC6D2. Grayscale: #5C5C5C. Windows color (decimal): -5031635 or 2963891. OLE color: 2963891.

HSL color Cylindrical-coordinate representation of color #B3392D: hue angle of 5.37º 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 #B3392D is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1795745-
CMYK00.680.750.30
HSL5.37º59.82%43.92%-
HSV(B)5.37º74.86%70.2%-
XYZ20.5312.73.85-
YUV92.11101.42189.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=63.70%
G=20.28%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179574500.680.750.305.3759.8243.92
HexB3392D0444B1E53c2c
Octal263715501041133657454
Binary1011001111100110110101000100100101111110101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3392D; }

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

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

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

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

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

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

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

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