#BD2C20

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

Shades of Fire Brick #BD2C20

Tints of Fire Brick #BD2C20

Color information

#BD2C20 (or 0xBD2C20) is unknown color: approx Fire Brick. HEX triplet: BD, 2C and 20. RGB value is (189,44,32). Sum of RGB (Red+Green+Blue) = 189+44+32=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C20 is #42D3DF. Grayscale: #565656. Windows color (decimal): -4379616 or 2108605. OLE color: 2108605.

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

Color convert

RGB1894432-
CMYK00.770.830.26
HSL4.59º71.04%43.33%-
HSV(B)4.59º83.07%74.12%-
XYZ22.1512.722.66-
YUV85.9997.54201.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.32%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=71.32%
G=16.60%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189443200.770.830.264.5971.0443.33
HexBD2C2004D531A5472b
Octal2755440011512332510753
Binary10111101101100100000010011011010011110101011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2C20; }

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

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

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

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

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

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

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

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