#B33B34

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

Shades of Medium Carmine #B33B34

Tints of Medium Carmine #B33B34

Color information

#B33B34 (or 0xB33B34) is unknown color: approx Medium Carmine. HEX triplet: B3, 3B and 34. RGB value is (179,59,52). Sum of RGB (Red+Green+Blue) = 179+59+52=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B34 is #4CC4CB. Grayscale: #5E5E5E. Windows color (decimal): -5031116 or 3423155. OLE color: 3423155.

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

Color convert

RGB1795952-
CMYK00.670.710.30
HSL3.31º54.98%45.29%-
HSV(B)3.31º70.95%70.2%-
XYZ20.7712.964.66-
YUV94.08104.26188.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.72%
GREEN value IS 59 (23.44% from 255) = 20.34%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=61.72%
G=20.34%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179595200.670.710.303.3154.9845.29
HexB33B34043471E3372d
Octal263736401031073636755
Binary101100111110111101000100001110001111111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B34; }

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

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

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

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

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

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

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

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