Html Css Color HEX #BD5319 Rust

📋 copy color: '#BD5319'

red 189 ◦ green 83 ◦ blue 25

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

Shades of Rust #BD5319

Tints of Rust #BD5319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 63.64%
G = 27.95%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD5319 (or 0xBD5319) is known color: Rust. HEX triplet: BD, 53 and 19. RGB value is (189,83,25). Sum of RGB (Red+Green+Blue) = 189+83+25=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5319 is #42ACE6. Grayscale: #6C6C6C. Windows color (decimal): -4369639 or 1659837. OLE color: 1659837.

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

Color convert

RGB 189 83 25 -
CMYK 0 0.56 0.87 0.26
HSL 21.22º 0.77% 0.42% -
HSV(B) 21.22º 0.87% 0.74% -
XYZ 24.25 17.08 2.94 -
YUV 108.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 189 83 25 0 0.56 0.87 0.26 21.22 0.77 0.42
Hex BD 53 19 0 38 57 1A 15 4D 2A
Octal 275 123 31 0 70 127 32 25 115 52
Binary 10111101 1010011 11001 0 111000 1010111 11010 10101 1001101 101010

Color Harmonies of #BD5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5319

Black with #BD5319

Text Example


Text Example

White with #BD5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5319; }

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

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

background-color css

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

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

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

border-color css

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

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

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