#B63B41

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

Shades of Brick Red #B63B41

Tints of Brick Red #B63B41

Color information

#B63B41 (or 0xB63B41) is unknown color: approx Brick Red. HEX triplet: B6, 3B and 41. RGB value is (182,59,65). Sum of RGB (Red+Green+Blue) = 182+59+65=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B41 is #49C4BE. Grayscale: #606060. Windows color (decimal): -4834495 or 4275126. OLE color: 4275126.

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

Color convert

RGB1825965-
CMYK00.680.640.29
HSL357.07º51.04%47.25%-
HSV(B)357.07º67.58%71.37%-
XYZ21.8113.456.45-
YUV96.46110.25189.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.48%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=59.48%
G=19.28%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182596500.680.640.29357.0751.0447.25
HexB63B41044401D165332f
Octal266731010104100355456357
Binary10110110111011100000101000100100000011101101100101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63B41; }

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

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

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

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

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

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

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

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