Html Css Color HEX #BD2C2D Mahogany

📋 copy color: '#BD2C2D'

red 189 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #BD2C2D

Tints of Mahogany #BD2C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.83%

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 67.99%
G = 15.83%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD2C2D (or 0xBD2C2D) is known color: Mahogany. HEX triplet: BD, 2C and 2D. RGB value is (189,44,45). Sum of RGB (Red+Green+Blue) = 189+44+45=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C2D is #42D3D2. Grayscale: #575757. Windows color (decimal): -4379603 or 2960573. OLE color: 2960573.

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

Color convert

RGB 189 44 45 -
CMYK 0 0.77 0.76 0.26
HSL 359.59º 0.62% 0.46% -
HSV(B) 359.59º 0.77% 0.74% -
XYZ 22.36 12.81 3.78 -
YUV 87.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 189 44 45 0 0.77 0.76 0.26 359.59 0.62 0.46
Hex BD 2C 2D 0 4D 4C 1A 168 3E 2E
Octal 275 54 55 0 115 114 32 550 76 56
Binary 10111101 101100 101101 0 1001101 1001100 11010 101101000 111110 101110

Color Harmonies of #BD2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C2D

Black with #BD2C2D

Text Example


Text Example

White with #BD2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C2D; }

 p { color: rgb(189,44,45); }

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

background-color css

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

 a { background-color: rgb(189,44,45); }

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

border-color css

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

 span { border-color: rgb(189,44,45); }

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