Html Css Color HEX #BD282B Mahogany

📋 copy color: '#BD282B'

red 189 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #BD282B

Tints of Mahogany #BD282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 69.49%
G = 14.71%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD282B (or 0xBD282B) is known color: Mahogany. HEX triplet: BD, 28 and 2B. RGB value is (189,40,43). Sum of RGB (Red+Green+Blue) = 189+40+43=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD282B is #42D7D4. Grayscale: #555555. Windows color (decimal): -4380629 or 2828477. OLE color: 2828477.

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

Color convert

RGB 189 40 43 -
CMYK 0 0.79 0.77 0.26
HSL 358.79º 0.65% 0.45% -
HSV(B) 358.79º 0.79% 0.74% -
XYZ 22.18 12.51 3.53 -
YUV 84.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 189 40 43 0 0.79 0.77 0.26 358.79 0.65 0.45
Hex BD 28 2B 0 4F 4D 1A 167 41 2D
Octal 275 50 53 0 117 115 32 547 101 55
Binary 10111101 101000 101011 0 1001111 1001101 11010 101100111 1000001 101101

Color Harmonies of #BD282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD282B

Black with #BD282B

Text Example


Text Example

White with #BD282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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