#B63441

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

Shades of Brick Red #B63441

Tints of Brick Red #B63441

Color information

#B63441 (or 0xB63441) is unknown color: approx Brick Red. HEX triplet: B6, 34 and 41. RGB value is (182,52,65). Sum of RGB (Red+Green+Blue) = 182+52+65=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B63441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63441 is #49CBBE. Grayscale: #5C5C5C. Windows color (decimal): -4836287 or 4273334. OLE color: 4273334.

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

Color convert

RGB1825265-
CMYK00.710.640.29
HSL354º55.56%45.88%-
HSV(B)354º71.43%71.37%-
XYZ21.4712.786.34-
YUV92.35112.57191.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=60.87%
G=17.39%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182526500.710.640.2935455.5645.88
HexB63441047401D162382e
Octal266641010107100355427056
Binary10110110110100100000101000111100000011101101100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63441; }

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

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

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

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

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

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

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

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