Html Css Color HEX #BD333A Mahogany

📋 copy color: '#BD333A'

red 189 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #BD333A

Tints of Mahogany #BD333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.11%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 63.42%
G = 17.11%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD333A (or 0xBD333A) is known color: Mahogany. HEX triplet: BD, 33 and 3A. RGB value is (189,51,58). Sum of RGB (Red+Green+Blue) = 189+51+58=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD333A is #42CCC5. Grayscale: #5D5D5D. Windows color (decimal): -4377798 or 3814333. OLE color: 3814333.

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

Color convert

RGB 189 51 58 -
CMYK 0 0.73 0.69 0.26
HSL 356.96º 0.58% 0.47% -
HSV(B) 356.96º 0.73% 0.74% -
XYZ 22.93 13.49 5.4 -
YUV 93.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 189 51 58 0 0.73 0.69 0.26 356.96 0.58 0.47
Hex BD 33 3A 0 49 45 1A 165 3A 2F
Octal 275 63 72 0 111 105 32 545 72 57
Binary 10111101 110011 111010 0 1001001 1000101 11010 101100101 111010 101111

Color Harmonies of #BD333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD333A

Black with #BD333A

Text Example


Text Example

White with #BD333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD333A; }

 p { color: rgb(189,51,58); }

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

background-color css

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

 a { background-color: rgb(189,51,58); }

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

border-color css

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

 span { border-color: rgb(189,51,58); }

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