Html Css Color HEX #BD3538 Mahogany

📋 copy color: '#BD3538'

red 189 ◦ green 53 ◦ blue 56

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

Shades of Mahogany #BD3538

Tints of Mahogany #BD3538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.79%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 63.42%
G = 17.79%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3538 (or 0xBD3538) is known color: Mahogany. HEX triplet: BD, 35 and 38. RGB value is (189,53,56). Sum of RGB (Red+Green+Blue) = 189+53+56=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3538 is #42CAC7. Grayscale: #5E5E5E. Windows color (decimal): -4377288 or 3683773. OLE color: 3683773.

HSL color Cylindrical-coordinate representation of color #BD3538: hue angle of 358.68º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3538 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 53 56 -
CMYK 0 0.72 0.70 0.26
HSL 358.68º 0.56% 0.47% -
HSV(B) 358.68º 0.72% 0.74% -
XYZ 22.97 13.65 5.17 -
YUV 94.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 189 53 56 0 0.72 0.70 0.26 358.68 0.56 0.47
Hex BD 35 38 0 48 46 1A 167 38 2F
Octal 275 65 70 0 110 106 32 547 70 57
Binary 10111101 110101 111000 0 1001000 1000110 11010 101100111 111000 101111

Color Harmonies of #BD3538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3538

Black with #BD3538

Text Example


Text Example

White with #BD3538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3538; }

 p { color: rgb(189,53,56); }

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

background-color css

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

 a { background-color: rgb(189,53,56); }

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

border-color css

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

 span { border-color: rgb(189,53,56); }

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