Html Css Color HEX #BD3E11 Rust

📋 copy color: '#BD3E11'

red 189 ◦ green 62 ◦ blue 17

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

Shades of Rust #BD3E11

Tints of Rust #BD3E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

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

R = 70.52%
G = 23.13%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BD3E11 (or 0xBD3E11) is known color: Rust. HEX triplet: BD, 3E and 11. RGB value is (189,62,17). Sum of RGB (Red+Green+Blue) = 189+62+17=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E11 is #42C1EE. Grayscale: #5F5F5F. Windows color (decimal): -4375023 or 1130173. OLE color: 1130173.

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

Color convert

RGB 189 62 17 -
CMYK 0 0.67 0.91 0.26
HSL 15.7º 0.83% 0.4% -
HSV(B) 15.7º 0.91% 0.74% -
XYZ 22.81 14.3 2.09 -
YUV 94.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 189 62 17 0 0.67 0.91 0.26 15.7 0.83 0.4
Hex BD 3E 11 0 43 5B 1A 10 53 28
Octal 275 76 21 0 103 133 32 20 123 50
Binary 10111101 111110 10001 0 1000011 1011011 11010 10000 1010011 101000

Color Harmonies of #BD3E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E11

Black with #BD3E11

Text Example


Text Example

White with #BD3E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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