#BD2B26

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

Shades of Fire Brick #BD2B26

Tints of Fire Brick #BD2B26

Color information

#BD2B26 (or 0xBD2B26) is unknown color: approx Fire Brick. HEX triplet: BD, 2B and 26. RGB value is (189,43,38). Sum of RGB (Red+Green+Blue) = 189+43+38=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B26 is #42D4D9. Grayscale: #565656. Windows color (decimal): -4379866 or 2501565. OLE color: 2501565.

HSL color Cylindrical-coordinate representation of color #BD2B26: hue angle of 1.99º 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 #BD2B26 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1894338-
CMYK00.770.800.26
HSL1.99º66.52%44.51%-
HSV(B)1.99º79.89%74.12%-
XYZ22.212.693.11-
YUV86.08100.87201.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=70%
G=15.93%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189433800.770.800.261.9966.5244.51
HexBD2B2604D501A2432d
Octal2755346011512032210355
Binary1011110110101110011001001101101000011010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B26; }

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

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

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

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

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

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

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

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