#B33D2B

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

Shades of Medium Carmine #B33D2B

Tints of Medium Carmine #B33D2B

Color information

#B33D2B (or 0xB33D2B) is unknown color: approx Medium Carmine. HEX triplet: B3, 3D and 2B. RGB value is (179,61,43). Sum of RGB (Red+Green+Blue) = 179+61+43=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D2B is #4CC2D4. Grayscale: #5E5E5E. Windows color (decimal): -5030613 or 2833843. OLE color: 2833843.

HSL color Cylindrical-coordinate representation of color #B33D2B: hue angle of 7.94º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B33D2B is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1796143-
CMYK00.660.760.30
HSL7.94º61.26%43.53%-
HSV(B)7.94º75.98%70.2%-
XYZ20.713.13.72-
YUV94.2399.09188.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.25%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=63.25%
G=21.55%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179614300.660.760.307.9461.2643.53
HexB33D2B0424C1E83d2c
Octal2637553010211436107554
Binary10110011111101101011010000101001100111101000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D2B; }

 p { color: rgb(179,61,43); }

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

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

 a { background-color: rgb(179,61,43); }

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

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

 span { border-color: rgb(179,61,43); }

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