Html Css Color HEX #BD3906 Rust

📋 copy color: '#BD3906'

red 189 ◦ green 57 ◦ blue 6

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

Shades of Rust #BD3906

Tints of Rust #BD3906

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 75%
G = 22.62%
B = 2.38%

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

#BD3906 (or 0xBD3906) is known color: Rust. HEX triplet: BD, 39 and 06. RGB value is (189,57,6). Sum of RGB (Red+Green+Blue) = 189+57+6=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3906 is #42C6F9. Grayscale: #5A5A5A. Windows color (decimal): -4376314 or 407997. OLE color: 407997.

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

Color convert

RGB 189 57 6 -
CMYK 0 0.70 0.97 0.26
HSL 16.72º 0.94% 0.38% -
HSV(B) 16.72º 0.97% 0.74% -
XYZ 22.48 13.76 1.64 -
YUV 90.65 80.23 198.15 -
System Red Green Blue C M Y K H S L
Decimal 189 57 6 0 0.70 0.97 0.26 16.72 0.94 0.38
Hex BD 39 6 0 46 61 1A 11 5E 26
Octal 275 71 6 0 106 141 32 21 136 46
Binary 10111101 111001 110 0 1000110 1100001 11010 10001 1011110 100110

Color Harmonies of #BD3906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3906

Black with #BD3906

Text Example


Text Example

White with #BD3906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3906; }

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

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

background-color css

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

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

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

border-color css

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

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

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