Html Css Color HEX #BD2528 Mahogany

📋 copy color: '#BD2528'

red 189 ◦ green 37 ◦ blue 40

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

Shades of Mahogany #BD2528

Tints of Mahogany #BD2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.91%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 71.05%
G = 13.91%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD2528 (or 0xBD2528) is known color: Mahogany. HEX triplet: BD, 25 and 28. RGB value is (189,37,40). Sum of RGB (Red+Green+Blue) = 189+37+40=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2528 is #42DAD7. Grayscale: #525252. Windows color (decimal): -4381400 or 2631101. OLE color: 2631101.

HSL color Cylindrical-coordinate representation of color #BD2528: hue angle of 358.82º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2528 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 40 -
CMYK 0 0.80 0.79 0.26
HSL 358.82º 0.67% 0.44% -
HSV(B) 358.82º 0.8% 0.74% -
XYZ 22.03 12.3 3.22 -
YUV 82.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 189 37 40 0 0.80 0.79 0.26 358.82 0.67 0.44
Hex BD 25 28 0 50 4F 1A 167 43 2C
Octal 275 45 50 0 120 117 32 547 103 54
Binary 10111101 100101 101000 0 1010000 1001111 11010 101100111 1000011 101100

Color Harmonies of #BD2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2528

Black with #BD2528

Text Example


Text Example

White with #BD2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2528; }

 p { color: rgb(189,37,40); }

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

background-color css

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

 a { background-color: rgb(189,37,40); }

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

border-color css

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

 span { border-color: rgb(189,37,40); }

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