#B92943

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

Shades of Old Rose #B92943

Tints of Old Rose #B92943

Color information

#B92943 (or 0xB92943) is unknown color: approx Old Rose. HEX triplet: B9, 29 and 43. RGB value is (185,41,67). Sum of RGB (Red+Green+Blue) = 185+41+67=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B92943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92943 is #46D6BC. Grayscale: #575757. Windows color (decimal): -4642493 or 4401593. OLE color: 4401593.

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

Color convert

RGB1854167-
CMYK00.780.640.27
HSL349.17º63.72%44.31%-
HSV(B)349.17º77.84%72.55%-
XYZ21.8112.316.54-
YUV87.02116.71197.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.14%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 67 (26.56% from 255) = 22.87%
R=63.14%
G=13.99%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185416700.780.640.27349.1763.7244.31
HexB9294304E401B15d402c
Octal2715110301161003353510054
Binary101110011010011000011010011101000000110111010111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92943; }

 p { color: rgb(185,41,67); }

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

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

 a { background-color: rgb(185,41,67); }

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

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

 span { border-color: rgb(185,41,67); }

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