Html Css Color HEX #BD4D14 Rust

📋 copy color: '#BD4D14'

red 189 ◦ green 77 ◦ blue 20

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

Shades of Rust #BD4D14

Tints of Rust #BD4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.92%

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

R = 66.08%
G = 26.92%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD4D14 (or 0xBD4D14) is known color: Rust. HEX triplet: BD, 4D and 14. RGB value is (189,77,20). Sum of RGB (Red+Green+Blue) = 189+77+20=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D14 is #42B2EB. Grayscale: #686868. Windows color (decimal): -4371180 or 1330621. OLE color: 1330621.

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

Color convert

RGB 189 77 20 -
CMYK 0 0.59 0.89 0.26
HSL 20.24º 0.81% 0.41% -
HSV(B) 20.24º 0.89% 0.74% -
XYZ 23.77 16.18 2.53 -
YUV 103.99 80.61 188.63 -
System Red Green Blue C M Y K H S L
Decimal 189 77 20 0 0.59 0.89 0.26 20.24 0.81 0.41
Hex BD 4D 14 0 3B 59 1A 14 51 29
Octal 275 115 24 0 73 131 32 24 121 51
Binary 10111101 1001101 10100 0 111011 1011001 11010 10100 1010001 101001

Color Harmonies of #BD4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D14

Black with #BD4D14

Text Example


Text Example

White with #BD4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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