Html Css Color HEX #BD4513 Rust

📋 copy color: '#BD4513'

red 189 ◦ green 69 ◦ blue 19

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

Shades of Rust #BD4513

Tints of Rust #BD4513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 68.23%
G = 24.91%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD4513 (or 0xBD4513) is known color: Rust. HEX triplet: BD, 45 and 13. RGB value is (189,69,19). Sum of RGB (Red+Green+Blue) = 189+69+19=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4513 is #42BAEC. Grayscale: #636363. Windows color (decimal): -4373229 or 1263037. OLE color: 1263037.

HSL color Cylindrical-coordinate representation of color #BD4513: hue angle of 17.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4513 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 19 -
CMYK 0 0.63 0.90 0.26
HSL 17.65º 0.82% 0.41% -
HSV(B) 17.65º 0.9% 0.74% -
XYZ 23.23 15.12 2.31 -
YUV 99.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 189 69 19 0 0.63 0.90 0.26 17.65 0.82 0.41
Hex BD 45 13 0 3F 5A 1A 12 52 29
Octal 275 105 23 0 77 132 32 22 122 51
Binary 10111101 1000101 10011 0 111111 1011010 11010 10010 1010010 101001

Color Harmonies of #BD4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4513

Black with #BD4513

Text Example


Text Example

White with #BD4513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4513; }

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

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

background-color css

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

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

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

border-color css

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

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

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