Html Css Color HEX #BD4613 Rust

📋 copy color: '#BD4613'

red 189 ◦ green 70 ◦ blue 19

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

Shades of Rust #BD4613

Tints of Rust #BD4613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.18%

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

R = 67.99%
G = 25.18%
B = 6.83%

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

#BD4613 (or 0xBD4613) is known color: Rust. HEX triplet: BD, 46 and 13. RGB value is (189,70,19). Sum of RGB (Red+Green+Blue) = 189+70+19=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4613 is #42B9EC. Grayscale: #646464. Windows color (decimal): -4372973 or 1263293. OLE color: 1263293.

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

Color convert

RGB 189 70 19 -
CMYK 0 0.63 0.90 0.26
HSL 18º 0.82% 0.41% -
HSV(B) 18º 0.9% 0.74% -
XYZ 23.29 15.25 2.33 -
YUV 99.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 189 70 19 0 0.63 0.90 0.26 18 0.82 0.41
Hex BD 46 13 0 3F 5A 1A 12 52 29
Octal 275 106 23 0 77 132 32 22 122 51
Binary 10111101 1000110 10011 0 111111 1011010 11010 10010 1010010 101001

Color Harmonies of #BD4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4613

Black with #BD4613

Text Example


Text Example

White with #BD4613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4613; }

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

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

background-color css

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

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

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

border-color css

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

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

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