Html Css Color HEX #BD292A Mahogany

📋 copy color: '#BD292A'

red 189 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #BD292A

Tints of Mahogany #BD292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 69.49%
G = 15.07%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD292A (or 0xBD292A) is known color: Mahogany. HEX triplet: BD, 29 and 2A. RGB value is (189,41,42). Sum of RGB (Red+Green+Blue) = 189+41+42=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD292A is #42D6D5. Grayscale: #555555. Windows color (decimal): -4380374 or 2763197. OLE color: 2763197.

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

Color convert

RGB 189 41 42 -
CMYK 0 0.78 0.78 0.26
HSL 359.59º 0.64% 0.45% -
HSV(B) 359.59º 0.78% 0.74% -
XYZ 22.2 12.57 3.45 -
YUV 85.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 189 41 42 0 0.78 0.78 0.26 359.59 0.64 0.45
Hex BD 29 2A 0 4E 4E 1A 168 40 2D
Octal 275 51 52 0 116 116 32 550 100 55
Binary 10111101 101001 101010 0 1001110 1001110 11010 101101000 1000000 101101

Color Harmonies of #BD292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD292A

Black with #BD292A

Text Example


Text Example

White with #BD292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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