Html Css Color HEX #BD282C Mahogany

📋 copy color: '#BD282C'

red 189 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #BD282C

Tints of Mahogany #BD282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 69.23%
G = 14.65%
B = 16.12%

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

#BD282C (or 0xBD282C) is known color: Mahogany. HEX triplet: BD, 28 and 2C. RGB value is (189,40,44). Sum of RGB (Red+Green+Blue) = 189+40+44=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD282C is #42D7D3. Grayscale: #555555. Windows color (decimal): -4380628 or 2894013. OLE color: 2894013.

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

Color convert

RGB 189 40 44 -
CMYK 0 0.79 0.77 0.26
HSL 358.39º 0.65% 0.45% -
HSV(B) 358.39º 0.79% 0.74% -
XYZ 22.2 12.52 3.63 -
YUV 85.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 189 40 44 0 0.79 0.77 0.26 358.39 0.65 0.45
Hex BD 28 2C 0 4F 4D 1A 166 41 2D
Octal 275 50 54 0 117 115 32 546 101 55
Binary 10111101 101000 101100 0 1001111 1001101 11010 101100110 1000001 101101

Color Harmonies of #BD282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD282C

Black with #BD282C

Text Example


Text Example

White with #BD282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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