Html Css Color HEX #BD510B Rust

📋 copy color: '#BD510B'

red 189 ◦ green 81 ◦ blue 11

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

Shades of Rust #BD510B

Tints of Rust #BD510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.91%

R = 67.26%
G = 28.83%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD510B (or 0xBD510B) is known color: Rust. HEX triplet: BD, 51 and 0B. RGB value is (189,81,11). Sum of RGB (Red+Green+Blue) = 189+81+11=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD510B is #42AEF4. Grayscale: #696969. Windows color (decimal): -4370165 or 741821. OLE color: 741821.

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

Color convert

RGB 189 81 11 -
CMYK 0 0.57 0.94 0.26
HSL 23.6º 0.89% 0.39% -
HSV(B) 23.6º 0.94% 0.74% -
XYZ 23.99 16.73 2.28 -
YUV 105.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 189 81 11 0 0.57 0.94 0.26 23.6 0.89 0.39
Hex BD 51 B 0 39 5E 1A 18 59 27
Octal 275 121 13 0 71 136 32 30 131 47
Binary 10111101 1010001 1011 0 111001 1011110 11010 11000 1011001 100111

Color Harmonies of #BD510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD510B

Black with #BD510B

Text Example


Text Example

White with #BD510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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