#B43443

Color #B43443 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B43443

Tints of Old Rose #B43443

Color information

#B43443 (or 0xB43443) is unknown color: approx Old Rose. HEX triplet: B4, 34 and 43. RGB value is (180,52,67). Sum of RGB (Red+Green+Blue) = 180+52+67=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B43443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43443 is #4BCBBC. Grayscale: #5C5C5C. Windows color (decimal): -4967357 or 4404404. OLE color: 4404404.

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

Color convert

RGB1805267-
CMYK00.710.630.29
HSL352.97º55.17%45.49%-
HSV(B)352.97º71.11%70.59%-
XYZ21.0612.566.63-
YUV91.98113.91190.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.20%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=60.20%
G=17.39%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180526700.710.630.29352.9755.1745.49
HexB434430473F1D161372d
Octal26464103010777355416755
Binary1011010011010010000110100011111111111101101100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43443; }

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

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

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

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

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

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

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

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