#B33D38

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

Shades of Medium Carmine #B33D38

Tints of Medium Carmine #B33D38

Color information

#B33D38 (or 0xB33D38) is unknown color: approx Medium Carmine. HEX triplet: B3, 3D and 38. RGB value is (179,61,56). Sum of RGB (Red+Green+Blue) = 179+61+56=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D38 is #4CC2C7. Grayscale: #5F5F5F. Windows color (decimal): -5030600 or 3685811. OLE color: 3685811.

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

Color convert

RGB1796156-
CMYK00.660.690.30
HSL2.44º52.34%46.08%-
HSV(B)2.44º68.72%70.2%-
XYZ20.9713.215.19-
YUV95.71105.59187.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.47%
GREEN value IS 61 (24.22% from 255) = 20.61%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=60.47%
G=20.61%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179615600.660.690.302.4452.3446.08
HexB33D38042451E2342e
Octal263757001021053626456
Binary101100111111011110000100001010001011111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D38; }

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

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

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

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

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

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

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

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