Html Css Color HEX #BD3438 Mahogany

📋 copy color: '#BD3438'

red 189 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #BD3438

Tints of Mahogany #BD3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 63.64%
G = 17.51%
B = 18.86%

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

#BD3438 (or 0xBD3438) is known color: Mahogany. HEX triplet: BD, 34 and 38. RGB value is (189,52,56). Sum of RGB (Red+Green+Blue) = 189+52+56=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3438 is #42CBC7. Grayscale: #5D5D5D. Windows color (decimal): -4377544 or 3683517. OLE color: 3683517.

HSL color Cylindrical-coordinate representation of color #BD3438: hue angle of 358.25º degrees, saturation: 0.57, 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 #BD3438 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 52 56 -
CMYK 0 0.72 0.70 0.26
HSL 358.25º 0.57% 0.47% -
HSV(B) 358.25º 0.72% 0.74% -
XYZ 22.93 13.56 5.15 -
YUV 93.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 189 52 56 0 0.72 0.70 0.26 358.25 0.57 0.47
Hex BD 34 38 0 48 46 1A 166 39 2F
Octal 275 64 70 0 110 106 32 546 71 57
Binary 10111101 110100 111000 0 1001000 1000110 11010 101100110 111001 101111

Color Harmonies of #BD3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3438

Black with #BD3438

Text Example


Text Example

White with #BD3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3438; }

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

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

background-color css

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

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

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

border-color css

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

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

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