#B63B40

Color #B63B40 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #B63B40

Tints of Brick Red #B63B40

Color information

#B63B40 (or 0xB63B40) is unknown color: approx Brick Red. HEX triplet: B6, 3B and 40. RGB value is (182,59,64). Sum of RGB (Red+Green+Blue) = 182+59+64=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B40 is #49C4BF. Grayscale: #606060. Windows color (decimal): -4834496 or 4209590. OLE color: 4209590.

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

Color convert

RGB1825964-
CMYK00.680.650.29
HSL357.56º51.04%47.25%-
HSV(B)357.56º67.58%71.37%-
XYZ21.7813.446.3-
YUV96.35109.75189.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=59.67%
G=19.34%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182596400.680.650.29357.5651.0447.25
HexB63B40044411D166332f
Octal266731000104101355466357
Binary10110110111011100000001000100100000111101101100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63B40; }

 p { color: rgb(182,59,64); }

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

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

 a { background-color: rgb(182,59,64); }

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

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

 span { border-color: rgb(182,59,64); }

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