Html Css Color HEX #BD501D Rust

📋 copy color: '#BD501D'

red 189 ◦ green 80 ◦ blue 29

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

Shades of Rust #BD501D

Tints of Rust #BD501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.73%

R = 63.42%
G = 26.85%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD501D (or 0xBD501D) is known color: Rust. HEX triplet: BD, 50 and 1D. RGB value is (189,80,29). Sum of RGB (Red+Green+Blue) = 189+80+29=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD501D is #42AFE2. Grayscale: #6B6B6B. Windows color (decimal): -4370403 or 1921213. OLE color: 1921213.

HSL color Cylindrical-coordinate representation of color #BD501D: hue angle of 19.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD501D is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 80 29 -
CMYK 0 0.58 0.85 0.26
HSL 19.13º 0.73% 0.43% -
HSV(B) 19.13º 0.85% 0.74% -
XYZ 24.08 16.64 3.11 -
YUV 106.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 189 80 29 0 0.58 0.85 0.26 19.13 0.73 0.43
Hex BD 50 1D 0 3A 55 1A 13 49 2B
Octal 275 120 35 0 72 125 32 23 111 53
Binary 10111101 1010000 11101 0 111010 1010101 11010 10011 1001001 101011

Color Harmonies of #BD501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD501D

Black with #BD501D

Text Example


Text Example

White with #BD501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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