#BD262B

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

Shades of Mahogany #BD262B

Tints of Mahogany #BD262B

Color information

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

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

Color convert

RGB1893843-
CMYK00.800.770.26
HSL358.01º66.52%44.51%-
HSV(B)358.01º79.89%74.12%-
XYZ22.1212.383.51-
YUV83.72105.03203.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189384300.800.770.26358.0166.5244.51
HexBD262B0504D1A166432d
Octal275465301201153254610355
Binary10111101100110101011010100001001101110101011001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD262B; }

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

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

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

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

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

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

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

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