Html Css Color HEX #BD501C Rust

📋 copy color: '#BD501C'

red 189 ◦ green 80 ◦ blue 28

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

Shades of Rust #BD501C

Tints of Rust #BD501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 63.64%
G = 26.94%
B = 9.43%

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

#BD501C (or 0xBD501C) is known color: Rust. HEX triplet: BD, 50 and 1C. RGB value is (189,80,28). Sum of RGB (Red+Green+Blue) = 189+80+28=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD501C is #42AFE3. Grayscale: #6A6A6A. Windows color (decimal): -4370404 or 1855677. OLE color: 1855677.

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

Color convert

RGB 189 80 28 -
CMYK 0 0.58 0.85 0.26
HSL 19.38º 0.74% 0.43% -
HSV(B) 19.38º 0.85% 0.74% -
XYZ 24.06 16.64 3.04 -
YUV 106.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 189 80 28 0 0.58 0.85 0.26 19.38 0.74 0.43
Hex BD 50 1C 0 3A 55 1A 13 4A 2B
Octal 275 120 34 0 72 125 32 23 112 53
Binary 10111101 1010000 11100 0 111010 1010101 11010 10011 1001010 101011

Color Harmonies of #BD501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD501C

Black with #BD501C

Text Example


Text Example

White with #BD501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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