#B43D4F

Color #B43D4F Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #B43D4F

Tints of Night Shadz #B43D4F

Color information

#B43D4F (or 0xB43D4F) is unknown color: approx Night Shadz. HEX triplet: B4, 3D and 4F. RGB value is (180,61,79). Sum of RGB (Red+Green+Blue) = 180+61+79=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D4F is #4BC2B0. Grayscale: #626262. Windows color (decimal): -4965041 or 5193140. OLE color: 5193140.

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

Color convert

RGB1806179-
CMYK00.660.560.29
HSL350.92º49.38%47.25%-
HSV(B)350.92º66.11%70.59%-
XYZ21.913.618.87-
YUV98.63116.92186.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 79 (31.25% from 255) = 24.69%
R=56.25%
G=19.06%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180617900.660.560.29350.9249.3847.25
HexB43D4F042381D15f312f
Octal26475117010270355376157
Binary1011010011110110011110100001011100011101101011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D4F; }

 p { color: rgb(180,61,79); }

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

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

 a { background-color: rgb(180,61,79); }

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

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

 span { border-color: rgb(180,61,79); }

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