#b44333

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

Shades of Medium Carmine #B44333

Tints of Medium Carmine #B44333

Color information

#B44333 (or 0xB44333) is unknown color: approx Medium Carmine. HEX triplet: B4, 43 and 33. RGB value is (180,67,51). Sum of RGB (Red+Green+Blue) = 180+67+51=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B44333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44333 is #4BBCCC. Grayscale: #636363. Windows color (decimal): -4963533 or 3359668. OLE color: 3359668.

HSL color Cylindrical-coordinate representation of color #B44333: hue angle of 7.44º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B44333 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB1806751-
CMYK00.630.720.29
HSL7.44º55.84%45.29%-
HSV(B)7.44º71.67%70.59%-
XYZ21.4313.964.7-
YUV98.96100.94185.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.40%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=60.40%
G=22.48%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180675100.630.720.297.4455.8445.29
HexB4433303F481D7382d
Octal264103630771103577055
Binary1011010010000111100110111111100100011101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44333; }

 p { color: rgb(180,67,51); }

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

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

 a { background-color: rgb(180,67,51); }

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

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

 span { border-color: rgb(180,67,51); }

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