Html Css Color HEX #BD4D13 Rust

📋 copy color: '#BD4D13'

red 189 ◦ green 77 ◦ blue 19

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

Shades of Rust #BD4D13

Tints of Rust #BD4D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

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

R = 66.32%
G = 27.02%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD4D13 (or 0xBD4D13) is known color: Rust. HEX triplet: BD, 4D and 13. RGB value is (189,77,19). Sum of RGB (Red+Green+Blue) = 189+77+19=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D13 is #42B2EC. Grayscale: #686868. Windows color (decimal): -4371181 or 1265085. OLE color: 1265085.

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

Color convert

RGB 189 77 19 -
CMYK 0 0.59 0.90 0.26
HSL 20.47º 0.82% 0.41% -
HSV(B) 20.47º 0.9% 0.74% -
XYZ 23.76 16.17 2.49 -
YUV 103.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 189 77 19 0 0.59 0.90 0.26 20.47 0.82 0.41
Hex BD 4D 13 0 3B 5A 1A 14 52 29
Octal 275 115 23 0 73 132 32 24 122 51
Binary 10111101 1001101 10011 0 111011 1011010 11010 10100 1010010 101001

Color Harmonies of #BD4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D13

Black with #BD4D13

Text Example


Text Example

White with #BD4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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