#B02E4E

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

Shades of Old Rose #B02E4E

Tints of Old Rose #B02E4E

Color information

#B02E4E (or 0xB02E4E) is unknown color: approx Old Rose. HEX triplet: B0, 2E and 4E. RGB value is (176,46,78). Sum of RGB (Red+Green+Blue) = 176+46+78=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02E4E is #4FD1B1. Grayscale: #585858. Windows color (decimal): -5231026 or 5123760. OLE color: 5123760.

HSL color Cylindrical-coordinate representation of color #B02E4E: hue angle of 345.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02E4E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1764678-
CMYK00.740.560.31
HSL345.23º58.56%43.53%-
HSV(B)345.23º73.86%69.02%-
XYZ20.2611.738.41-
YUV88.52122.07190.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.67%
GREEN value IS 46 (18.36% from 255) = 15.33%
BLUE value IS 78 (30.86% from 255) = 26%
R=58.67%
G=15.33%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176467800.740.560.31345.2358.5643.53
HexB02E4E04A381F1593b2c
Octal26056116011270375317354
Binary1011000010111010011100100101011100011111101011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E4E; }

 p { color: rgb(176,46,78); }

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

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

 a { background-color: rgb(176,46,78); }

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

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

 span { border-color: rgb(176,46,78); }

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