Html Css Color HEX #BD4518 Rust

📋 copy color: '#BD4518'

red 189 ◦ green 69 ◦ blue 24

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

Shades of Rust #BD4518

Tints of Rust #BD4518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 67.02%
G = 24.47%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD4518 (or 0xBD4518) is known color: Rust. HEX triplet: BD, 45 and 18. RGB value is (189,69,24). Sum of RGB (Red+Green+Blue) = 189+69+24=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4518 is #42BAE7. Grayscale: #646464. Windows color (decimal): -4373224 or 1590717. OLE color: 1590717.

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

Color convert

RGB 189 69 24 -
CMYK 0 0.63 0.87 0.26
HSL 16.36º 0.77% 0.42% -
HSV(B) 16.36º 0.87% 0.74% -
XYZ 23.28 15.14 2.56 -
YUV 99.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 189 69 24 0 0.63 0.87 0.26 16.36 0.77 0.42
Hex BD 45 18 0 3F 57 1A 10 4D 2A
Octal 275 105 30 0 77 127 32 20 115 52
Binary 10111101 1000101 11000 0 111111 1010111 11010 10000 1001101 101010

Color Harmonies of #BD4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4518

Black with #BD4518

Text Example


Text Example

White with #BD4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4518; }

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

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

background-color css

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

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

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

border-color css

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

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

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