Html Css Color HEX #BD4814 Rust

📋 copy color: '#BD4814'

red 189 ◦ green 72 ◦ blue 20

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

Shades of Rust #BD4814

Tints of Rust #BD4814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

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

R = 67.26%
G = 25.62%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD4814 (or 0xBD4814) is known color: Rust. HEX triplet: BD, 48 and 14. RGB value is (189,72,20). Sum of RGB (Red+Green+Blue) = 189+72+20=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4814 is #42B7EB. Grayscale: #656565. Windows color (decimal): -4372460 or 1329341. OLE color: 1329341.

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

Color convert

RGB 189 72 20 -
CMYK 0 0.62 0.89 0.26
HSL 18.46º 0.81% 0.41% -
HSV(B) 18.46º 0.89% 0.74% -
XYZ 23.43 15.5 2.42 -
YUV 101.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 189 72 20 0 0.62 0.89 0.26 18.46 0.81 0.41
Hex BD 48 14 0 3E 59 1A 12 51 29
Octal 275 110 24 0 76 131 32 22 121 51
Binary 10111101 1001000 10100 0 111110 1011001 11010 10010 1010001 101001

Color Harmonies of #BD4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4814

Black with #BD4814

Text Example


Text Example

White with #BD4814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4814; }

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

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

background-color css

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

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

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

border-color css

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

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

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