Html Css Color HEX #BD262A Mahogany

📋 copy color: '#BD262A'

red 189 ◦ green 38 ◦ blue 42

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

Shades of Mahogany #BD262A

Tints of Mahogany #BD262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

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

R = 70.26%
G = 14.13%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD262A (or 0xBD262A) is known color: Mahogany. HEX triplet: BD, 26 and 2A. RGB value is (189,38,42). Sum of RGB (Red+Green+Blue) = 189+38+42=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD262A is #42D9D5. Grayscale: #535353. Windows color (decimal): -4381142 or 2762429. OLE color: 2762429.

HSL color Cylindrical-coordinate representation of color #BD262A: hue angle of 358.41º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD262A is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 42 -
CMYK 0 0.80 0.78 0.26
HSL 358.41º 0.67% 0.45% -
HSV(B) 358.41º 0.8% 0.74% -
XYZ 22.1 12.37 3.41 -
YUV 83.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 189 38 42 0 0.80 0.78 0.26 358.41 0.67 0.45
Hex BD 26 2A 0 50 4E 1A 166 43 2D
Octal 275 46 52 0 120 116 32 546 103 55
Binary 10111101 100110 101010 0 1010000 1001110 11010 101100110 1000011 101101

Color Harmonies of #BD262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD262A

Black with #BD262A

Text Example


Text Example

White with #BD262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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