Html Css Color HEX #BD353A Mahogany

📋 copy color: '#BD353A'

red 189 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #BD353A

Tints of Mahogany #BD353A

RGB

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

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

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

R = 63%
G = 17.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD353A (or 0xBD353A) is known color: Mahogany. HEX triplet: BD, 35 and 3A. RGB value is (189,53,58). Sum of RGB (Red+Green+Blue) = 189+53+58=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD353A is #42CAC5. Grayscale: #5E5E5E. Windows color (decimal): -4377286 or 3814845. OLE color: 3814845.

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

Color convert

RGB 189 53 58 -
CMYK 0 0.72 0.69 0.26
HSL 357.79º 0.56% 0.47% -
HSV(B) 357.79º 0.72% 0.74% -
XYZ 23.02 13.67 5.43 -
YUV 94.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 189 53 58 0 0.72 0.69 0.26 357.79 0.56 0.47
Hex BD 35 3A 0 48 45 1A 166 38 2F
Octal 275 65 72 0 110 105 32 546 70 57
Binary 10111101 110101 111010 0 1001000 1000101 11010 101100110 111000 101111

Color Harmonies of #BD353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD353A

Black with #BD353A

Text Example


Text Example

White with #BD353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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