Html Css Color HEX #BD282F Mahogany

📋 copy color: '#BD282F'

red 189 ◦ green 40 ◦ blue 47

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

Shades of Mahogany #BD282F

Tints of Mahogany #BD282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 68.48%
G = 14.49%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD282F (or 0xBD282F) is known color: Mahogany. HEX triplet: BD, 28 and 2F. RGB value is (189,40,47). Sum of RGB (Red+Green+Blue) = 189+40+47=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD282F is #42D7D0. Grayscale: #555555. Windows color (decimal): -4380625 or 3090621. OLE color: 3090621.

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

Color convert

RGB 189 40 47 -
CMYK 0 0.79 0.75 0.26
HSL 357.18º 0.65% 0.45% -
HSV(B) 357.18º 0.79% 0.74% -
XYZ 22.26 12.54 3.94 -
YUV 85.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 189 40 47 0 0.79 0.75 0.26 357.18 0.65 0.45
Hex BD 28 2F 0 4F 4B 1A 165 41 2D
Octal 275 50 57 0 117 113 32 545 101 55
Binary 10111101 101000 101111 0 1001111 1001011 11010 101100101 1000001 101101

Color Harmonies of #BD282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD282F

Black with #BD282F

Text Example


Text Example

White with #BD282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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