Html Css Color HEX #BD3038 Mahogany

📋 copy color: '#BD3038'

red 189 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #BD3038

Tints of Mahogany #BD3038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 64.51%
G = 16.38%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD3038 (or 0xBD3038) is known color: Mahogany. HEX triplet: BD, 30 and 38. RGB value is (189,48,56). Sum of RGB (Red+Green+Blue) = 189+48+56=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3038 is #42CFC7. Grayscale: #5B5B5B. Windows color (decimal): -4378568 or 3682493. OLE color: 3682493.

HSL color Cylindrical-coordinate representation of color #BD3038: hue angle of 356.6º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3038 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 48 56 -
CMYK 0 0.75 0.70 0.26
HSL 356.6º 0.59% 0.46% -
HSV(B) 356.6º 0.75% 0.74% -
XYZ 22.76 13.22 5.09 -
YUV 91.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 189 48 56 0 0.75 0.70 0.26 356.6 0.59 0.46
Hex BD 30 38 0 4B 46 1A 165 3B 2E
Octal 275 60 70 0 113 106 32 545 73 56
Binary 10111101 110000 111000 0 1001011 1000110 11010 101100101 111011 101110

Color Harmonies of #BD3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3038

Black with #BD3038

Text Example


Text Example

White with #BD3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3038; }

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

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

background-color css

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

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

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

border-color css

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

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

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