Html Css Color HEX #BD3D11 Rust

📋 copy color: '#BD3D11'

red 189 ◦ green 61 ◦ blue 17

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

Shades of Rust #BD3D11

Tints of Rust #BD3D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.85%

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 70.79%
G = 22.85%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD3D11 (or 0xBD3D11) is known color: Rust. HEX triplet: BD, 3D and 11. RGB value is (189,61,17). Sum of RGB (Red+Green+Blue) = 189+61+17=267 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.79% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D11 is #42C2EE. Grayscale: #5E5E5E. Windows color (decimal): -4375279 or 1129917. OLE color: 1129917.

HSL color Cylindrical-coordinate representation of color #BD3D11: hue angle of 15.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD3D11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 61 17 -
CMYK 0 0.68 0.91 0.26
HSL 15.35º 0.83% 0.4% -
HSV(B) 15.35º 0.91% 0.74% -
XYZ 22.76 14.2 2.07 -
YUV 94.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 189 61 17 0 0.68 0.91 0.26 15.35 0.83 0.4
Hex BD 3D 11 0 44 5B 1A F 53 28
Octal 275 75 21 0 104 133 32 17 123 50
Binary 10111101 111101 10001 0 1000100 1011011 11010 1111 1010011 101000

Color Harmonies of #BD3D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3D11

Black with #BD3D11

Text Example


Text Example

White with #BD3D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3D11; }

 p { color: rgb(189,61,17); }

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

background-color css

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

 a { background-color: rgb(189,61,17); }

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

border-color css

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

 span { border-color: rgb(189,61,17); }

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