#BD2617

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

Shades of Fire Brick #BD2617

Tints of Fire Brick #BD2617

Color information

#BD2617 (or 0xBD2617) is unknown color: approx Fire Brick. HEX triplet: BD, 26 and 17. RGB value is (189,38,23). Sum of RGB (Red+Green+Blue) = 189+38+23=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2617 is #42D9E8. Grayscale: #515151. Windows color (decimal): -4381161 or 1517245. OLE color: 1517245.

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

Color convert

RGB1893823-
CMYK00.800.880.26
HSL5.42º78.3%41.57%-
HSV(B)5.42º87.83%74.12%-
XYZ21.8312.272.03-
YUV81.4495.03204.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.6%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 23 (9.38% from 255) = 9.2%
R=75.6%
G=15.2%
B=9.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189382300.800.880.265.4278.341.57
HexBD2617050581A54e2a
Octal2754627012013032511652
Binary1011110110011010111010100001011000110101011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2617; }

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

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

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

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

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

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

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

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