#B4275D

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

Shades of Old Rose #B4275D

Tints of Old Rose #B4275D

Color information

#B4275D (or 0xB4275D) is unknown color: approx Old Rose. HEX triplet: B4, 27 and 5D. RGB value is (180,39,93). Sum of RGB (Red+Green+Blue) = 180+39+93=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4275D is #4BD8A2. Grayscale: #575757. Windows color (decimal): -4970659 or 6105012. OLE color: 6105012.

HSL color Cylindrical-coordinate representation of color #B4275D: hue angle of 337.02º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4275D is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1803993-
CMYK00.780.480.29
HSL337.02º64.38%42.94%-
HSV(B)337.02º78.33%70.59%-
XYZ21.5211.9411.53-
YUV87.32131.21194.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=57.69%
G=12.5%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180399300.780.480.29337.0264.3842.94
HexB4275D04E301D151402b
Octal264471350116603552110053
Binary10110100100111101110101001110110000111011010100011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4275D; }

 p { color: rgb(180,39,93); }

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

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

 a { background-color: rgb(180,39,93); }

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

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

 span { border-color: rgb(180,39,93); }

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