#B63328

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

Shades of Fire Brick #B63328

Tints of Fire Brick #B63328

Color information

#B63328 (or 0xB63328) is unknown color: approx Fire Brick. HEX triplet: B6, 33 and 28. RGB value is (182,51,40). Sum of RGB (Red+Green+Blue) = 182+51+40=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B63328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63328 is #49CCD7. Grayscale: #595959. Windows color (decimal): -4836568 or 2634678. OLE color: 2634678.

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

Color convert

RGB1825140-
CMYK00.720.780.29
HSL4.65º63.96%43.53%-
HSV(B)4.65º78.02%71.37%-
XYZ20.8612.473.31-
YUV88.92100.4194.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.67%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=66.67%
G=18.68%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182514000.720.780.294.6563.9643.53
HexB633280484E1D5402c
Octal2666350011011635510054
Binary10110110110011101000010010001001110111011011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63328; }

 p { color: rgb(182,51,40); }

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

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

 a { background-color: rgb(182,51,40); }

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

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

 span { border-color: rgb(182,51,40); }

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