#B33935

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

Shades of Medium Carmine #B33935

Tints of Medium Carmine #B33935

Color information

#B33935 (or 0xB33935) is unknown color: approx Medium Carmine. HEX triplet: B3, 39 and 35. RGB value is (179,57,53). Sum of RGB (Red+Green+Blue) = 179+57+53=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B33935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33935 is #4CC6CA. Grayscale: #5D5D5D. Windows color (decimal): -5031627 or 3488179. OLE color: 3488179.

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

Color convert

RGB1795753-
CMYK00.680.700.30
HSL1.9º54.31%45.49%-
HSV(B)1.9º70.39%70.2%-
XYZ20.712.774.74-
YUV93.02105.42189.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=61.94%
G=19.72%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179575300.680.700.301.954.3145.49
HexB33935044461E2362d
Octal263716501041063626655
Binary101100111110011101010100010010001101111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33935; }

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

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

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

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

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

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

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

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