#B63440

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

Shades of Brick Red #B63440

Tints of Brick Red #B63440

Color information

#B63440 (or 0xB63440) is unknown color: approx Brick Red. HEX triplet: B6, 34 and 40. RGB value is (182,52,64). Sum of RGB (Red+Green+Blue) = 182+52+64=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B63440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63440 is #49CBBF. Grayscale: #5C5C5C. Windows color (decimal): -4836288 or 4207798. OLE color: 4207798.

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

Color convert

RGB1825264-
CMYK00.710.650.29
HSL354.46º55.56%45.88%-
HSV(B)354.46º71.43%71.37%-
XYZ21.4412.776.19-
YUV92.24112.07192.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.07%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=61.07%
G=17.45%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182526400.710.650.29354.4655.5645.88
HexB63440047411D162382e
Octal266641000107101355427056
Binary10110110110100100000001000111100000111101101100010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63440; }

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

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

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

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

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

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

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

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