Html Css Color HEX #BD292F Mahogany

📋 copy color: '#BD292F'

red 189 ◦ green 41 ◦ blue 47

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

Shades of Mahogany #BD292F

Tints of Mahogany #BD292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 68.23%
G = 14.8%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD292F (or 0xBD292F) is known color: Mahogany. HEX triplet: BD, 29 and 2F. RGB value is (189,41,47). Sum of RGB (Red+Green+Blue) = 189+41+47=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD292F is #42D6D0. Grayscale: #565656. Windows color (decimal): -4380369 or 3090877. OLE color: 3090877.

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

Color convert

RGB 189 41 47 -
CMYK 0 0.78 0.75 0.26
HSL 357.57º 0.64% 0.45% -
HSV(B) 357.57º 0.78% 0.74% -
XYZ 22.29 12.61 3.95 -
YUV 85.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 189 41 47 0 0.78 0.75 0.26 357.57 0.64 0.45
Hex BD 29 2F 0 4E 4B 1A 166 40 2D
Octal 275 51 57 0 116 113 32 546 100 55
Binary 10111101 101001 101111 0 1001110 1001011 11010 101100110 1000000 101101

Color Harmonies of #BD292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD292F

Black with #BD292F

Text Example


Text Example

White with #BD292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD292F; }

 p { color: rgb(189,41,47); }

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

background-color css

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

 a { background-color: rgb(189,41,47); }

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

border-color css

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

 span { border-color: rgb(189,41,47); }

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