Html Css Color HEX #BD511A Rust

📋 copy color: '#BD511A'

red 189 ◦ green 81 ◦ blue 26

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

Shades of Rust #BD511A

Tints of Rust #BD511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.36%

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 63.85%
G = 27.36%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD511A (or 0xBD511A) is known color: Rust. HEX triplet: BD, 51 and 1A. RGB value is (189,81,26). Sum of RGB (Red+Green+Blue) = 189+81+26=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD511A is #42AEE5. Grayscale: #6B6B6B. Windows color (decimal): -4370150 or 1724861. OLE color: 1724861.

HSL color Cylindrical-coordinate representation of color #BD511A: hue angle of 20.25º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD511A is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 81 26 -
CMYK 0 0.57 0.86 0.26
HSL 20.25º 0.76% 0.42% -
HSV(B) 20.25º 0.86% 0.74% -
XYZ 24.12 16.78 2.94 -
YUV 107.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 189 81 26 0 0.57 0.86 0.26 20.25 0.76 0.42
Hex BD 51 1A 0 39 56 1A 14 4C 2A
Octal 275 121 32 0 71 126 32 24 114 52
Binary 10111101 1010001 11010 0 111001 1010110 11010 10100 1001100 101010

Color Harmonies of #BD511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD511A

Black with #BD511A

Text Example


Text Example

White with #BD511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD511A; }

 p { color: rgb(189,81,26); }

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

background-color css

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

 a { background-color: rgb(189,81,26); }

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

border-color css

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

 span { border-color: rgb(189,81,26); }

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