#BD3226

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

Shades of Fire Brick #BD3226

Tints of Fire Brick #BD3226

Color information

#BD3226 (or 0xBD3226) is unknown color: approx Fire Brick. HEX triplet: BD, 32 and 26. RGB value is (189,50,38). Sum of RGB (Red+Green+Blue) = 189+50+38=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3226 is #42CDD9. Grayscale: #5A5A5A. Windows color (decimal): -4378074 or 2503357. OLE color: 2503357.

HSL color Cylindrical-coordinate representation of color #BD3226: hue angle of 4.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD3226 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1895038-
CMYK00.740.800.26
HSL4.77º66.52%44.51%-
HSV(B)4.77º79.89%74.12%-
XYZ22.4813.243.2-
YUV90.1998.55198.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.23%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 38 (15.23% from 255) = 13.72%
R=68.23%
G=18.05%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189503800.740.800.264.7766.5244.51
HexBD322604A501A5432d
Octal2756246011212032510355
Binary10111101110010100110010010101010000110101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3226; }

 p { color: rgb(189,50,38); }

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

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

 a { background-color: rgb(189,50,38); }

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

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

 span { border-color: rgb(189,50,38); }

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