#B63343

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

Shades of Old Rose #B63343

Tints of Old Rose #B63343

Color information

#B63343 (or 0xB63343) is unknown color: approx Old Rose. HEX triplet: B6, 33 and 43. RGB value is (182,51,67). Sum of RGB (Red+Green+Blue) = 182+51+67=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B63343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63343 is #49CCBC. Grayscale: #5C5C5C. Windows color (decimal): -4836541 or 4404150. OLE color: 4404150.

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

Color convert

RGB1825167-
CMYK00.720.630.29
HSL352.67º56.22%45.69%-
HSV(B)352.67º71.98%71.37%-
XYZ21.4912.726.63-
YUV91.99113.9192.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.67%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 67 (26.56% from 255) = 22.33%
R=60.67%
G=17%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182516700.720.630.29352.6756.2245.69
HexB633430483F1D161382e
Octal26663103011077355417056
Binary1011011011001110000110100100011111111101101100001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63343; }

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

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

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

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

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

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

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

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