#BD201F

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

Shades of Fire Brick #BD201F

Tints of Fire Brick #BD201F

Color information

#BD201F (or 0xBD201F) is unknown color: approx Fire Brick. HEX triplet: BD, 20 and 1F. RGB value is (189,32,31). Sum of RGB (Red+Green+Blue) = 189+32+31=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD201F is #42DFE0. Grayscale: #4E4E4E. Windows color (decimal): -4382689 or 2039997. OLE color: 2039997.

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

Color convert

RGB1893231-
CMYK00.830.840.26
HSL0.38º71.82%43.14%-
HSV(B)0.38º83.6%74.12%-
XYZ21.7511.952.46-
YUV78.83101.01206.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=75%
G=12.70%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189323100.830.840.260.3871.8243.14
HexBD201F053541A0482b
Octal2754037012312432011053
Binary10111101100000111110101001110101001101001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD201F; }

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

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

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

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

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

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

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

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