Html Css Color HEX #BD282E Mahogany

📋 copy color: '#BD282E'

red 189 ◦ green 40 ◦ blue 46

#BD282E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #BD282E

Tints of Mahogany #BD282E

RGB

 RED value IS 189 (74.22% from 255) = 68.73%

 GREEN value IS 40 (16.02% from 255) = 14.55%

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 68.73%
G = 14.55%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD282E (or 0xBD282E) is known color: Mahogany. HEX triplet: BD, 28 and 2E. RGB value is (189,40,46). Sum of RGB (Red+Green+Blue) = 189+40+46=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD282E is #42D7D1. Grayscale: #555555. Windows color (decimal): -4380626 or 3025085. OLE color: 3025085.

HSL color Cylindrical-coordinate representation of color #BD282E: hue angle of 357.58º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD282E is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 40 46 -
CMYK 0 0.79 0.76 0.26
HSL 357.58º 0.65% 0.45% -
HSV(B) 357.58º 0.79% 0.74% -
XYZ 22.24 12.53 3.83 -
YUV 85.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 189 40 46 0 0.79 0.76 0.26 357.58 0.65 0.45
Hex BD 28 2E 0 4F 4C 1A 166 41 2D
Octal 275 50 56 0 117 114 32 546 101 55
Binary 10111101 101000 101110 0 1001111 1001100 11010 101100110 1000001 101101

Color Harmonies of #BD282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD282E

Black with #BD282E

Text Example


Text Example

White with #BD282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD282E; }

 p { color: rgb(189,40,46); }

 H1.HeaderClassName
 {
   color: #BD282E;
 }
 .AnyTagClassName
 {
   color: #BD282E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,40,46); }

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

border-color css

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

 span { border-color: rgb(189,40,46); }

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