#B63240

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

Shades of Brick Red #B63240

Tints of Brick Red #B63240

Color information

#B63240 (or 0xB63240) is unknown color: approx Brick Red. HEX triplet: B6, 32 and 40. RGB value is (182,50,64). Sum of RGB (Red+Green+Blue) = 182+50+64=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B63240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63240 is #49CDBF. Grayscale: #5B5B5B. Windows color (decimal): -4836800 or 4207286. OLE color: 4207286.

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

Color convert

RGB1825064-
CMYK00.730.650.29
HSL353.64º56.9%45.49%-
HSV(B)353.64º72.53%71.37%-
XYZ21.3612.66.16-
YUV91.06112.73192.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=61.49%
G=16.89%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182506400.730.650.29353.6456.945.49
HexB63240049411D162392d
Octal266621000111101355427155
Binary10110110110010100000001001001100000111101101100010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63240; }

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

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

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

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

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

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

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

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