#B63843

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

Shades of Old Rose #B63843

Tints of Old Rose #B63843

Color information

#B63843 (or 0xB63843) is unknown color: approx Old Rose. HEX triplet: B6, 38 and 43. RGB value is (182,56,67). Sum of RGB (Red+Green+Blue) = 182+56+67=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B63843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63843 is #49C7BC. Grayscale: #5F5F5F. Windows color (decimal): -4835261 or 4405430. OLE color: 4405430.

HSL color Cylindrical-coordinate representation of color #B63843: hue angle of 354.76º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63843 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1825667-
CMYK00.690.630.29
HSL354.76º52.94%46.67%-
HSV(B)354.76º69.23%71.37%-
XYZ21.7213.186.71-
YUV94.93112.24190.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=59.67%
G=18.36%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182566700.690.630.29354.7652.9446.67
HexB638430453F1D163352f
Octal26670103010577355436557
Binary1011011011100010000110100010111111111101101100011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63843; }

 p { color: rgb(182,56,67); }

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

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

 a { background-color: rgb(182,56,67); }

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

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

 span { border-color: rgb(182,56,67); }

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