Html Css Color HEX #BD501A Rust

📋 copy color: '#BD501A'

red 189 ◦ green 80 ◦ blue 26

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

Shades of Rust #BD501A

Tints of Rust #BD501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

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

R = 64.07%
G = 27.12%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD501A (or 0xBD501A) is known color: Rust. HEX triplet: BD, 50 and 1A. RGB value is (189,80,26). Sum of RGB (Red+Green+Blue) = 189+80+26=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD501A is #42AFE5. Grayscale: #6A6A6A. Windows color (decimal): -4370406 or 1724605. OLE color: 1724605.

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

Color convert

RGB 189 80 26 -
CMYK 0 0.58 0.86 0.26
HSL 19.88º 0.76% 0.42% -
HSV(B) 19.88º 0.86% 0.74% -
XYZ 24.04 16.63 2.92 -
YUV 106.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 189 80 26 0 0.58 0.86 0.26 19.88 0.76 0.42
Hex BD 50 1A 0 3A 56 1A 14 4C 2A
Octal 275 120 32 0 72 126 32 24 114 52
Binary 10111101 1010000 11010 0 111010 1010110 11010 10100 1001100 101010

Color Harmonies of #BD501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD501A

Black with #BD501A

Text Example


Text Example

White with #BD501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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