#B92A45

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

Shades of Old Rose #B92A45

Tints of Old Rose #B92A45

Color information

#B92A45 (or 0xB92A45) is unknown color: approx Old Rose. HEX triplet: B9, 2A and 45. RGB value is (185,42,69). Sum of RGB (Red+Green+Blue) = 185+42+69=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A45 is #46D5BA. Grayscale: #575757. Windows color (decimal): -4642235 or 4532921. OLE color: 4532921.

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

Color convert

RGB1854269-
CMYK00.770.630.27
HSL348.67º63%44.51%-
HSV(B)348.67º77.3%72.55%-
XYZ21.9112.46.87-
YUV87.84117.38197.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.5%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 69 (27.34% from 255) = 23.31%
R=62.5%
G=14.19%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185426900.770.630.27348.676344.51
HexB92A4504D3F1B15d3f2d
Octal27152105011577335357755
Binary1011100110101010001010100110111111111011101011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A45; }

 p { color: rgb(185,42,69); }

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

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

 a { background-color: rgb(185,42,69); }

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

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

 span { border-color: rgb(185,42,69); }

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