#b63a40

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

Shades of Brick Red #B63A40

Tints of Brick Red #B63A40

Color information

#B63A40 (or 0xB63A40) is unknown color: approx Brick Red. HEX triplet: B6, 3A and 40. RGB value is (182,58,64). Sum of RGB (Red+Green+Blue) = 182+58+64=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A40 is #49C5BF. Grayscale: #5F5F5F. Windows color (decimal): -4834752 or 4209334. OLE color: 4209334.

HSL color Cylindrical-coordinate representation of color #B63A40: hue angle of 357.1º degrees, saturation: 0.52, 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 #B63A40 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB1825864-
CMYK00.680.650.29
HSL357.1º51.67%47.06%-
HSV(B)357.1º68.13%71.37%-
XYZ21.7313.346.28-
YUV95.76110.08189.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=59.87%
G=19.08%
B=21.05%

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
Decimal182586400.680.650.29357.151.6747.06
HexB63A40044411D165342f
Octal266721000104101355456457
Binary10110110111010100000001000100100000111101101100101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63a40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63a40; }

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

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

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

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

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

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

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

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