Html Css Color HEX #BD262B Mahogany

📋 copy color: '#BD262B'

red 189 ◦ green 38 ◦ blue 43

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

Shades of Mahogany #BD262B

Tints of Mahogany #BD262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 70%
G = 14.07%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD262B (or 0xBD262B) is known color: Mahogany. HEX triplet: BD, 26 and 2B. RGB value is (189,38,43). Sum of RGB (Red+Green+Blue) = 189+38+43=270 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 189 - color contains mainly: red. Hex color #BD262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD262B is #42D9D4. Grayscale: #535353. Windows color (decimal): -4381141 or 2827965. OLE color: 2827965.

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

Color convert

RGB 189 38 43 -
CMYK 0 0.80 0.77 0.26
HSL 358.01º 0.67% 0.45% -
HSV(B) 358.01º 0.8% 0.74% -
XYZ 22.12 12.38 3.51 -
YUV 83.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 189 38 43 0 0.80 0.77 0.26 358.01 0.67 0.45
Hex BD 26 2B 0 50 4D 1A 166 43 2D
Octal 275 46 53 0 120 115 32 546 103 55
Binary 10111101 100110 101011 0 1010000 1001101 11010 101100110 1000011 101101

Color Harmonies of #BD262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD262B

Black with #BD262B

Text Example


Text Example

White with #BD262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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