#B33838

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

Shades of Medium Carmine #B33838

Tints of Medium Carmine #B33838

Color information

#B33838 (or 0xB33838) is unknown color: approx Medium Carmine. HEX triplet: B3, 38 and 38. RGB value is (179,56,56). Sum of RGB (Red+Green+Blue) = 179+56+56=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B33838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33838 is #4CC7C7. Grayscale: #5C5C5C. Windows color (decimal): -5031880 or 3684531. OLE color: 3684531.

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

Color convert

RGB1795656-
CMYK00.690.690.30
HSL52.34%46.08%-
HSV(B)68.72%70.2%-
XYZ20.7212.75.1-
YUV92.78107.25189.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 56 (22.27% from 255) = 19.24%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=61.51%
G=19.24%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179565600.690.690.30052.3446.08
HexB33838045451E0342e
Octal263707001051053606456
Binary10110011111000111000010001011000101111100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33838; }

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

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

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

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

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

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

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

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