Html Css Color HEX #BD3806 Rust

📋 copy color: '#BD3806'

red 189 ◦ green 56 ◦ blue 6

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

Shades of Rust #BD3806

Tints of Rust #BD3806

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 6 (2.73% from 255) = 2.39%

R = 75.3%
G = 22.31%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD3806 (or 0xBD3806) is known color: Rust. HEX triplet: BD, 38 and 06. RGB value is (189,56,6). Sum of RGB (Red+Green+Blue) = 189+56+6=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3806 is #42C7F9. Grayscale: #5A5A5A. Windows color (decimal): -4376570 or 407741. OLE color: 407741.

HSL color Cylindrical-coordinate representation of color #BD3806: hue angle of 16.39º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD3806 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 6 -
CMYK 0 0.70 0.97 0.26
HSL 16.39º 0.94% 0.38% -
HSV(B) 16.39º 0.97% 0.74% -
XYZ 22.43 13.66 1.63 -
YUV 90.07 80.56 198.57 -
System Red Green Blue C M Y K H S L
Decimal 189 56 6 0 0.70 0.97 0.26 16.39 0.94 0.38
Hex BD 38 6 0 46 61 1A 10 5E 26
Octal 275 70 6 0 106 141 32 20 136 46
Binary 10111101 111000 110 0 1000110 1100001 11010 10000 1011110 100110

Color Harmonies of #BD3806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3806

Black with #BD3806

Text Example


Text Example

White with #BD3806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3806; }

 p { color: rgb(189,56,6); }

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

background-color css

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

 a { background-color: rgb(189,56,6); }

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

border-color css

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

 span { border-color: rgb(189,56,6); }

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