#B43441

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

Shades of Old Rose #B43441

Tints of Old Rose #B43441

Color information

#B43441 (or 0xB43441) is unknown color: approx Old Rose. HEX triplet: B4, 34 and 41. RGB value is (180,52,65). Sum of RGB (Red+Green+Blue) = 180+52+65=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B43441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43441 is #4BCBBE. Grayscale: #5B5B5B. Windows color (decimal): -4967359 or 4273332. OLE color: 4273332.

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

Color convert

RGB1805265-
CMYK00.710.640.29
HSL353.91º55.17%45.49%-
HSV(B)353.91º71.11%70.59%-
XYZ2112.546.31-
YUV91.75112.91190.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=60.61%
G=17.51%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180526500.710.640.29353.9155.1745.49
HexB43441047401D162372d
Octal264641010107100355426755
Binary10110100110100100000101000111100000011101101100010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43441; }

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

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

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

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

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

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

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

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