Html Css Color HEX #BD2C2E Mahogany

📋 copy color: '#BD2C2E'

red 189 ◦ green 44 ◦ blue 46

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

Shades of Mahogany #BD2C2E

Tints of Mahogany #BD2C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 67.74%
G = 15.77%
B = 16.49%

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

#BD2C2E (or 0xBD2C2E) is known color: Mahogany. HEX triplet: BD, 2C and 2E. RGB value is (189,44,46). Sum of RGB (Red+Green+Blue) = 189+44+46=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C2E is #42D3D1. Grayscale: #575757. Windows color (decimal): -4379602 or 3026109. OLE color: 3026109.

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

Color convert

RGB 189 44 46 -
CMYK 0 0.77 0.76 0.26
HSL 359.17º 0.62% 0.46% -
HSV(B) 359.17º 0.77% 0.74% -
XYZ 22.38 12.82 3.88 -
YUV 87.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 189 44 46 0 0.77 0.76 0.26 359.17 0.62 0.46
Hex BD 2C 2E 0 4D 4C 1A 167 3E 2E
Octal 275 54 56 0 115 114 32 547 76 56
Binary 10111101 101100 101110 0 1001101 1001100 11010 101100111 111110 101110

Color Harmonies of #BD2C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C2E

Black with #BD2C2E

Text Example


Text Example

White with #BD2C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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