Html Css Color HEX #BD531A Rust

📋 copy color: '#BD531A'

red 189 ◦ green 83 ◦ blue 26

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

Shades of Rust #BD531A

Tints of Rust #BD531A

RGB

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

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

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

R = 63.42%
G = 27.85%
B = 8.72%

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

#BD531A (or 0xBD531A) is known color: Rust. HEX triplet: BD, 53 and 1A. RGB value is (189,83,26). Sum of RGB (Red+Green+Blue) = 189+83+26=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD531A is #42ACE5. Grayscale: #6C6C6C. Windows color (decimal): -4369638 or 1725373. OLE color: 1725373.

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

Color convert

RGB 189 83 26 -
CMYK 0 0.56 0.86 0.26
HSL 20.98º 0.76% 0.42% -
HSV(B) 20.98º 0.86% 0.74% -
XYZ 24.27 17.08 3 -
YUV 108.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 189 83 26 0 0.56 0.86 0.26 20.98 0.76 0.42
Hex BD 53 1A 0 38 56 1A 15 4C 2A
Octal 275 123 32 0 70 126 32 25 114 52
Binary 10111101 1010011 11010 0 111000 1010110 11010 10101 1001100 101010

Color Harmonies of #BD531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD531A

Black with #BD531A

Text Example


Text Example

White with #BD531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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