Html Css Color HEX #BD450E Rust

📋 copy color: '#BD450E'

red 189 ◦ green 69 ◦ blue 14

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

Shades of Rust #BD450E

Tints of Rust #BD450E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 69.49%
G = 25.37%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD450E (or 0xBD450E) is known color: Rust. HEX triplet: BD, 45 and 0E. RGB value is (189,69,14). Sum of RGB (Red+Green+Blue) = 189+69+14=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD450E is #42BAF1. Grayscale: #626262. Windows color (decimal): -4373234 or 935357. OLE color: 935357.

HSL color Cylindrical-coordinate representation of color #BD450E: hue angle of 18.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD450E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 14 -
CMYK 0 0.63 0.93 0.26
HSL 18.86º 0.86% 0.4% -
HSV(B) 18.86º 0.93% 0.74% -
XYZ 23.19 15.11 2.11 -
YUV 98.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 189 69 14 0 0.63 0.93 0.26 18.86 0.86 0.4
Hex BD 45 E 0 3F 5D 1A 13 56 28
Octal 275 105 16 0 77 135 32 23 126 50
Binary 10111101 1000101 1110 0 111111 1011101 11010 10011 1010110 101000

Color Harmonies of #BD450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD450E

Black with #BD450E

Text Example


Text Example

White with #BD450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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