Html Css Color HEX #BD541A Rust

📋 copy color: '#BD541A'

red 189 ◦ green 84 ◦ blue 26

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

Shades of Rust #BD541A

Tints of Rust #BD541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

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

R = 63.21%
G = 28.09%
B = 8.7%

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

#BD541A (or 0xBD541A) is known color: Rust. HEX triplet: BD, 54 and 1A. RGB value is (189,84,26). Sum of RGB (Red+Green+Blue) = 189+84+26=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD541A is #42ABE5. Grayscale: #6D6D6D. Windows color (decimal): -4369382 or 1725629. OLE color: 1725629.

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

Color convert

RGB 189 84 26 -
CMYK 0 0.56 0.86 0.26
HSL 21.35º 0.76% 0.42% -
HSV(B) 21.35º 0.86% 0.74% -
XYZ 24.34 17.23 3.02 -
YUV 108.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 189 84 26 0 0.56 0.86 0.26 21.35 0.76 0.42
Hex BD 54 1A 0 38 56 1A 15 4C 2A
Octal 275 124 32 0 70 126 32 25 114 52
Binary 10111101 1010100 11010 0 111000 1010110 11010 10101 1001100 101010

Color Harmonies of #BD541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD541A

Black with #BD541A

Text Example


Text Example

White with #BD541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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