#B33B35

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

Shades of Medium Carmine #B33B35

Tints of Medium Carmine #B33B35

Color information

#B33B35 (or 0xB33B35) is unknown color: approx Medium Carmine. HEX triplet: B3, 3B and 35. RGB value is (179,59,53). Sum of RGB (Red+Green+Blue) = 179+59+53=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33B35 is #4CC4CA. Grayscale: #5E5E5E. Windows color (decimal): -5031115 or 3488691. OLE color: 3488691.

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

Color convert

RGB1795953-
CMYK00.670.700.30
HSL2.86º54.31%45.49%-
HSV(B)2.86º70.39%70.2%-
XYZ20.812.974.78-
YUV94.2104.76188.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 59 (23.44% from 255) = 20.27%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=61.51%
G=20.27%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179595300.670.700.302.8654.3145.49
HexB33B35043461E3362d
Octal263736501031063636655
Binary101100111110111101010100001110001101111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33B35; }

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

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

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

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

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

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

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

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