Html Css Color HEX #BD4C14 Rust

📋 copy color: '#BD4C14'

red 189 ◦ green 76 ◦ blue 20

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

Shades of Rust #BD4C14

Tints of Rust #BD4C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 66.32%
G = 26.67%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD4C14 (or 0xBD4C14) is known color: Rust. HEX triplet: BD, 4C and 14. RGB value is (189,76,20). Sum of RGB (Red+Green+Blue) = 189+76+20=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C14 is #42B3EB. Grayscale: #676767. Windows color (decimal): -4371436 or 1330365. OLE color: 1330365.

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

Color convert

RGB 189 76 20 -
CMYK 0 0.60 0.89 0.26
HSL 19.88º 0.81% 0.41% -
HSV(B) 19.88º 0.89% 0.74% -
XYZ 23.7 16.04 2.51 -
YUV 103.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 189 76 20 0 0.60 0.89 0.26 19.88 0.81 0.41
Hex BD 4C 14 0 3C 59 1A 14 51 29
Octal 275 114 24 0 74 131 32 24 121 51
Binary 10111101 1001100 10100 0 111100 1011001 11010 10100 1010001 101001

Color Harmonies of #BD4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C14

Black with #BD4C14

Text Example


Text Example

White with #BD4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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