Html Css Color HEX #BD450B Rust

📋 copy color: '#BD450B'

red 189 ◦ green 69 ◦ blue 11

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

Shades of Rust #BD450B

Tints of Rust #BD450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

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

R = 70.26%
G = 25.65%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD450B (or 0xBD450B) is known color: Rust. HEX triplet: BD, 45 and 0B. RGB value is (189,69,11). Sum of RGB (Red+Green+Blue) = 189+69+11=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD450B is #42BAF4. Grayscale: #626262. Windows color (decimal): -4373237 or 738749. OLE color: 738749.

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

Color convert

RGB 189 69 11 -
CMYK 0 0.63 0.94 0.26
HSL 19.55º 0.89% 0.39% -
HSV(B) 19.55º 0.94% 0.74% -
XYZ 23.17 15.1 2.01 -
YUV 98.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 189 69 11 0 0.63 0.94 0.26 19.55 0.89 0.39
Hex BD 45 B 0 3F 5E 1A 14 59 27
Octal 275 105 13 0 77 136 32 24 131 47
Binary 10111101 1000101 1011 0 111111 1011110 11010 10100 1011001 100111

Color Harmonies of #BD450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD450B

Black with #BD450B

Text Example


Text Example

White with #BD450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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