#BD262A

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

Shades of Mahogany #BD262A

Tints of Mahogany #BD262A

Color information

#BD262A (or 0xBD262A) is unknown color: approx Mahogany. HEX triplet: BD, 26 and 2A. RGB value is (189,38,42). Sum of RGB (Red+Green+Blue) = 189+38+42=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD262A is #42D9D5. Grayscale: #535353. Windows color (decimal): -4381142 or 2762429. OLE color: 2762429.

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

Color convert

RGB1893842-
CMYK00.800.780.26
HSL358.41º66.52%44.51%-
HSV(B)358.41º79.89%74.12%-
XYZ22.112.373.41-
YUV83.6104.53203.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.26%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=70.26%
G=14.13%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189384200.800.780.26358.4166.5244.51
HexBD262A0504E1A166432d
Octal275465201201163254610355
Binary10111101100110101010010100001001110110101011001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD262A; }

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

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

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

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

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

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

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

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