#BD261F

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

Shades of Fire Brick #BD261F

Tints of Fire Brick #BD261F

Color information

#BD261F (or 0xBD261F) is unknown color: approx Fire Brick. HEX triplet: BD, 26 and 1F. RGB value is (189,38,31). Sum of RGB (Red+Green+Blue) = 189+38+31=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD261F is #42D9E0. Grayscale: #525252. Windows color (decimal): -4381153 or 2041533. OLE color: 2041533.

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

Color convert

RGB1893831-
CMYK00.800.840.26
HSL2.66º71.82%43.14%-
HSV(B)2.66º83.6%74.12%-
XYZ21.9312.32.52-
YUV82.3599.03204.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 73.26%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=73.26%
G=14.73%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189383100.800.840.262.6671.8243.14
HexBD261F050541A3482b
Octal2754637012012432311053
Binary101111011001101111101010000101010011010111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD261F; }

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

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

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

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

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

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

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

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