#B4234D

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

Shades of Old Rose #B4234D

Tints of Old Rose #B4234D

Color information

#B4234D (or 0xB4234D) is unknown color: approx Old Rose. HEX triplet: B4, 23 and 4D. RGB value is (180,35,77). Sum of RGB (Red+Green+Blue) = 180+35+77=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B4234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4234D is #4BDCB2. Grayscale: #535353. Windows color (decimal): -4971699 or 5055412. OLE color: 5055412.

HSL color Cylindrical-coordinate representation of color #B4234D: hue angle of 342.62º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4234D is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1803577-
CMYK00.810.570.29
HSL342.62º67.44%42.16%-
HSV(B)342.62º80.56%70.59%-
XYZ20.7611.448.14-
YUV83.14124.54197.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=61.64%
G=11.99%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180357700.810.570.29342.6267.4442.16
HexB4234D051391D157432a
Octal264431150121713552710352
Binary10110100100011100110101010001111001111011010101111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4234D; }

 p { color: rgb(180,35,77); }

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

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

 a { background-color: rgb(180,35,77); }

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

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

 span { border-color: rgb(180,35,77); }

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