Html Css Color HEX #BD4514 Rust

📋 copy color: '#BD4514'

red 189 ◦ green 69 ◦ blue 20

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

Shades of Rust #BD4514

Tints of Rust #BD4514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 67.99%
G = 24.82%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD4514 (or 0xBD4514) is known color: Rust. HEX triplet: BD, 45 and 14. RGB value is (189,69,20). Sum of RGB (Red+Green+Blue) = 189+69+20=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4514 is #42BAEB. Grayscale: #636363. Windows color (decimal): -4373228 or 1328573. OLE color: 1328573.

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

Color convert

RGB 189 69 20 -
CMYK 0 0.63 0.89 0.26
HSL 17.4º 0.81% 0.41% -
HSV(B) 17.4º 0.89% 0.74% -
XYZ 23.24 15.13 2.36 -
YUV 99.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 189 69 20 0 0.63 0.89 0.26 17.4 0.81 0.41
Hex BD 45 14 0 3F 59 1A 11 51 29
Octal 275 105 24 0 77 131 32 21 121 51
Binary 10111101 1000101 10100 0 111111 1011001 11010 10001 1010001 101001

Color Harmonies of #BD4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4514

Black with #BD4514

Text Example


Text Example

White with #BD4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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