Html Css Color HEX #BD282A Mahogany

📋 copy color: '#BD282A'

red 189 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #BD282A

Tints of Mahogany #BD282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 69.74%
G = 14.76%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD282A (or 0xBD282A) is known color: Mahogany. HEX triplet: BD, 28 and 2A. RGB value is (189,40,42). Sum of RGB (Red+Green+Blue) = 189+40+42=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD282A is #42D7D5. Grayscale: #545454. Windows color (decimal): -4380630 or 2762941. OLE color: 2762941.

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

Color convert

RGB 189 40 42 -
CMYK 0 0.79 0.78 0.26
HSL 359.19º 0.65% 0.45% -
HSV(B) 359.19º 0.79% 0.74% -
XYZ 22.16 12.5 3.44 -
YUV 84.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 189 40 42 0 0.79 0.78 0.26 359.19 0.65 0.45
Hex BD 28 2A 0 4F 4E 1A 167 41 2D
Octal 275 50 52 0 117 116 32 547 101 55
Binary 10111101 101000 101010 0 1001111 1001110 11010 101100111 1000001 101101

Color Harmonies of #BD282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD282A

Black with #BD282A

Text Example


Text Example

White with #BD282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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