Html Css Color HEX #BD4500 Rust

📋 copy color: '#BD4500'

red 189 ◦ green 69 ◦ blue 0

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

Shades of Rust #BD4500

Tints of Rust #BD4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.26%
G = 26.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD4500 (or 0xBD4500) is known color: Rust. HEX triplet: BD, 45 and 00. RGB value is (189,69,0). Sum of RGB (Red+Green+Blue) = 189+69+0=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4500 is #42BAFF. Grayscale: #616161. Windows color (decimal): -4373248 or 17853. OLE color: 17853.

HSL color Cylindrical-coordinate representation of color #BD4500: hue angle of 21.9º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD4500 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 0 -
CMYK 0 0.63 1 0.26
HSL 21.9º 1% 0.37% -
HSV(B) 21.9º 1% 0.74% -
XYZ 23.11 15.08 1.69 -
YUV 97.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 189 69 0 0 0.63 1 0.26 21.9 1 0.37
Hex BD 45 0 0 3F 64 1A 16 64 25
Octal 275 105 0 0 77 144 32 26 144 45
Binary 10111101 1000101 0 0 111111 1100100 11010 10110 1100100 100101

Color Harmonies of #BD4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4500

Black with #BD4500

Text Example


Text Example

White with #BD4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4500; }

 p { color: rgb(189,69,0); }

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

background-color css

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

 a { background-color: rgb(189,69,0); }

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

border-color css

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

 span { border-color: rgb(189,69,0); }

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