Html Css Color HEX #BD2B35 Mahogany

📋 copy color: '#BD2B35'

red 189 ◦ green 43 ◦ blue 53

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

Shades of Mahogany #BD2B35

Tints of Mahogany #BD2B35

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 66.32%
G = 15.09%
B = 18.6%

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

#BD2B35 (or 0xBD2B35) is known color: Mahogany. HEX triplet: BD, 2B and 35. RGB value is (189,43,53). Sum of RGB (Red+Green+Blue) = 189+43+53=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B35 is #42D4CA. Grayscale: #575757. Windows color (decimal): -4379851 or 3484605. OLE color: 3484605.

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

Color convert

RGB 189 43 53 -
CMYK 0 0.77 0.72 0.26
HSL 355.89º 0.63% 0.45% -
HSV(B) 355.89º 0.77% 0.74% -
XYZ 22.49 12.8 4.65 -
YUV 87.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 189 43 53 0 0.77 0.72 0.26 355.89 0.63 0.45
Hex BD 2B 35 0 4D 48 1A 164 3F 2D
Octal 275 53 65 0 115 110 32 544 77 55
Binary 10111101 101011 110101 0 1001101 1001000 11010 101100100 111111 101101

Color Harmonies of #BD2B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B35

Black with #BD2B35

Text Example


Text Example

White with #BD2B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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