Html Css Color HEX #BD3C40 Mahogany

📋 copy color: '#BD3C40'

red 189 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #BD3C40

Tints of Mahogany #BD3C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 64 (25.39% from 255) = 20.45%

R = 60.38%
G = 19.17%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BD3C40 (or 0xBD3C40) is known color: Mahogany. HEX triplet: BD, 3C and 40. RGB value is (189,60,64). Sum of RGB (Red+Green+Blue) = 189+60+64=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3C40 is #42C3BF. Grayscale: #636363. Windows color (decimal): -4375488 or 4209853. OLE color: 4209853.

HSL color Cylindrical-coordinate representation of color #BD3C40: hue angle of 358.14º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C40 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 64 -
CMYK 0 0.68 0.66 0.26
HSL 358.14º 0.52% 0.49% -
HSV(B) 358.14º 0.68% 0.74% -
XYZ 23.53 14.42 6.39 -
YUV 99.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 189 60 64 0 0.68 0.66 0.26 358.14 0.52 0.49
Hex BD 3C 40 0 44 42 1A 166 34 31
Octal 275 74 100 0 104 102 32 546 64 61
Binary 10111101 111100 1000000 0 1000100 1000010 11010 101100110 110100 110001

Color Harmonies of #BD3C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C40

Black with #BD3C40

Text Example


Text Example

White with #BD3C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C40; }

 p { color: rgb(189,60,64); }

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

background-color css

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

 a { background-color: rgb(189,60,64); }

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

border-color css

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

 span { border-color: rgb(189,60,64); }

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