Html Css Color HEX #BD4E0B Rust

📋 copy color: '#BD4E0B'

red 189 ◦ green 78 ◦ blue 11

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

Shades of Rust #BD4E0B

Tints of Rust #BD4E0B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.06%

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 67.99%
G = 28.06%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD4E0B (or 0xBD4E0B) is known color: Rust. HEX triplet: BD, 4E and 0B. RGB value is (189,78,11). Sum of RGB (Red+Green+Blue) = 189+78+11=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4E0B is #42B1F4. Grayscale: #676767. Windows color (decimal): -4370933 or 741053. OLE color: 741053.

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

Color convert

RGB 189 78 11 -
CMYK 0 0.59 0.94 0.26
HSL 22.58º 0.89% 0.39% -
HSV(B) 22.58º 0.94% 0.74% -
XYZ 23.77 16.29 2.21 -
YUV 103.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 189 78 11 0 0.59 0.94 0.26 22.58 0.89 0.39
Hex BD 4E B 0 3B 5E 1A 17 59 27
Octal 275 116 13 0 73 136 32 27 131 47
Binary 10111101 1001110 1011 0 111011 1011110 11010 10111 1011001 100111

Color Harmonies of #BD4E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E0B

Black with #BD4E0B

Text Example


Text Example

White with #BD4E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E0B; }

 p { color: rgb(189,78,11); }

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

background-color css

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

 a { background-color: rgb(189,78,11); }

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

border-color css

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

 span { border-color: rgb(189,78,11); }

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