Html Css Color HEX #BD531B Rust

📋 copy color: '#BD531B'

red 189 ◦ green 83 ◦ blue 27

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

Shades of Rust #BD531B

Tints of Rust #BD531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 63.21%
G = 27.76%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD531B (or 0xBD531B) is known color: Rust. HEX triplet: BD, 53 and 1B. RGB value is (189,83,27). Sum of RGB (Red+Green+Blue) = 189+83+27=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD531B is #42ACE4. Grayscale: #6C6C6C. Windows color (decimal): -4369637 or 1790909. OLE color: 1790909.

HSL color Cylindrical-coordinate representation of color #BD531B: hue angle of 20.74º degrees, saturation: 0.75, 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 #BD531B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 83 27 -
CMYK 0 0.56 0.86 0.26
HSL 20.74º 0.75% 0.42% -
HSV(B) 20.74º 0.86% 0.74% -
XYZ 24.28 17.08 3.05 -
YUV 108.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 189 83 27 0 0.56 0.86 0.26 20.74 0.75 0.42
Hex BD 53 1B 0 38 56 1A 15 4B 2A
Octal 275 123 33 0 70 126 32 25 113 52
Binary 10111101 1010011 11011 0 111000 1010110 11010 10101 1001011 101010

Color Harmonies of #BD531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD531B

Black with #BD531B

Text Example


Text Example

White with #BD531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD531B; }

 p { color: rgb(189,83,27); }

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

background-color css

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

 a { background-color: rgb(189,83,27); }

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

border-color css

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

 span { border-color: rgb(189,83,27); }

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