Html Css Color HEX #BD521A Rust

📋 copy color: '#BD521A'

red 189 ◦ green 82 ◦ blue 26

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

Shades of Rust #BD521A

Tints of Rust #BD521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 63.64%
G = 27.61%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD521A (or 0xBD521A) is known color: Rust. HEX triplet: BD, 52 and 1A. RGB value is (189,82,26). Sum of RGB (Red+Green+Blue) = 189+82+26=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD521A is #42ADE5. Grayscale: #6B6B6B. Windows color (decimal): -4369894 or 1725117. OLE color: 1725117.

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

Color convert

RGB 189 82 26 -
CMYK 0 0.57 0.86 0.26
HSL 20.61º 0.76% 0.42% -
HSV(B) 20.61º 0.86% 0.74% -
XYZ 24.19 16.93 2.97 -
YUV 107.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 189 82 26 0 0.57 0.86 0.26 20.61 0.76 0.42
Hex BD 52 1A 0 39 56 1A 15 4C 2A
Octal 275 122 32 0 71 126 32 25 114 52
Binary 10111101 1010010 11010 0 111001 1010110 11010 10101 1001100 101010

Color Harmonies of #BD521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD521A

Black with #BD521A

Text Example


Text Example

White with #BD521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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