Html Css Color HEX #BD530D Rust

📋 copy color: '#BD530D'

red 189 ◦ green 83 ◦ blue 13

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

Shades of Rust #BD530D

Tints of Rust #BD530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 66.32%
G = 29.12%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD530D (or 0xBD530D) is known color: Rust. HEX triplet: BD, 53 and 0D. RGB value is (189,83,13). Sum of RGB (Red+Green+Blue) = 189+83+13=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD530D is #42ACF2. Grayscale: #6B6B6B. Windows color (decimal): -4369651 or 873405. OLE color: 873405.

HSL color Cylindrical-coordinate representation of color #BD530D: hue angle of 23.86º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD530D is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 83 13 -
CMYK 0 0.56 0.93 0.26
HSL 23.86º 0.87% 0.4% -
HSV(B) 23.86º 0.93% 0.74% -
XYZ 24.15 17.03 2.4 -
YUV 106.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 189 83 13 0 0.56 0.93 0.26 23.86 0.87 0.4
Hex BD 53 D 0 38 5D 1A 18 57 28
Octal 275 123 15 0 70 135 32 30 127 50
Binary 10111101 1010011 1101 0 111000 1011101 11010 11000 1010111 101000

Color Harmonies of #BD530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD530D

Black with #BD530D

Text Example


Text Example

White with #BD530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD530D; }

 p { color: rgb(189,83,13); }

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

background-color css

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

 a { background-color: rgb(189,83,13); }

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

border-color css

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

 span { border-color: rgb(189,83,13); }

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