#B33735

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

Shades of Medium Carmine #B33735

Tints of Medium Carmine #B33735

Color information

#B33735 (or 0xB33735) is unknown color: approx Medium Carmine. HEX triplet: B3, 37 and 35. RGB value is (179,55,53). Sum of RGB (Red+Green+Blue) = 179+55+53=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B33735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33735 is #4CC8CA. Grayscale: #5B5B5B. Windows color (decimal): -5032139 or 3487667. OLE color: 3487667.

HSL color Cylindrical-coordinate representation of color #B33735: hue angle of 0.95º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33735 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1795553-
CMYK00.690.700.30
HSL0.95º54.31%45.49%-
HSV(B)0.95º70.39%70.2%-
XYZ20.612.574.71-
YUV91.85106.08190.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.37%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 53 (21.09% from 255) = 18.47%
R=62.37%
G=19.16%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179555300.690.700.300.9554.3145.49
HexB33735045461E1362d
Octal263676501051063616655
Binary10110011110111110101010001011000110111101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33735; }

 p { color: rgb(179,55,53); }

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

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

 a { background-color: rgb(179,55,53); }

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

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

 span { border-color: rgb(179,55,53); }

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