Html Css Color HEX #BD2C35 Mahogany

📋 copy color: '#BD2C35'

red 189 ◦ green 44 ◦ blue 53

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

Shades of Mahogany #BD2C35

Tints of Mahogany #BD2C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 66.08%
G = 15.38%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BD2C35 (or 0xBD2C35) is known color: Mahogany. HEX triplet: BD, 2C and 35. RGB value is (189,44,53). Sum of RGB (Red+Green+Blue) = 189+44+53=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C35 is #42D3CA. Grayscale: #585858. Windows color (decimal): -4379595 or 3484861. OLE color: 3484861.

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

Color convert

RGB 189 44 53 -
CMYK 0 0.77 0.72 0.26
HSL 356.28º 0.62% 0.46% -
HSV(B) 356.28º 0.77% 0.74% -
XYZ 22.53 12.88 4.67 -
YUV 88.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 189 44 53 0 0.77 0.72 0.26 356.28 0.62 0.46
Hex BD 2C 35 0 4D 48 1A 164 3E 2E
Octal 275 54 65 0 115 110 32 544 76 56
Binary 10111101 101100 110101 0 1001101 1001000 11010 101100100 111110 101110

Color Harmonies of #BD2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C35

Black with #BD2C35

Text Example


Text Example

White with #BD2C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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