Html Css Color HEX #BD390B Rust

📋 copy color: '#BD390B'

red 189 ◦ green 57 ◦ blue 11

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

Shades of Rust #BD390B

Tints of Rust #BD390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

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

R = 73.54%
G = 22.18%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD390B (or 0xBD390B) is known color: Rust. HEX triplet: BD, 39 and 0B. RGB value is (189,57,11). Sum of RGB (Red+Green+Blue) = 189+57+11=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD390B is #42C6F4. Grayscale: #5B5B5B. Windows color (decimal): -4376309 or 735677. OLE color: 735677.

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

Color convert

RGB 189 57 11 -
CMYK 0 0.70 0.94 0.26
HSL 15.51º 0.89% 0.39% -
HSV(B) 15.51º 0.94% 0.74% -
XYZ 22.51 13.77 1.79 -
YUV 91.22 82.73 197.74 -
System Red Green Blue C M Y K H S L
Decimal 189 57 11 0 0.70 0.94 0.26 15.51 0.89 0.39
Hex BD 39 B 0 46 5E 1A 10 59 27
Octal 275 71 13 0 106 136 32 20 131 47
Binary 10111101 111001 1011 0 1000110 1011110 11010 10000 1011001 100111

Color Harmonies of #BD390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD390B

Black with #BD390B

Text Example


Text Example

White with #BD390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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