Html Css Color HEX #BD3E16 Rust

📋 copy color: '#BD3E16'

red 189 ◦ green 62 ◦ blue 22

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

Shades of Rust #BD3E16

Tints of Rust #BD3E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 69.23%
G = 22.71%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD3E16 (or 0xBD3E16) is known color: Rust. HEX triplet: BD, 3E and 16. RGB value is (189,62,22). Sum of RGB (Red+Green+Blue) = 189+62+22=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E16 is #42C1E9. Grayscale: #5F5F5F. Windows color (decimal): -4375018 or 1457853. OLE color: 1457853.

HSL color Cylindrical-coordinate representation of color #BD3E16: hue angle of 14.37º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD3E16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 62 22 -
CMYK 0 0.67 0.88 0.26
HSL 14.37º 0.79% 0.41% -
HSV(B) 14.37º 0.88% 0.74% -
XYZ 22.85 14.32 2.32 -
YUV 95.41 86.58 194.75 -
System Red Green Blue C M Y K H S L
Decimal 189 62 22 0 0.67 0.88 0.26 14.37 0.79 0.41
Hex BD 3E 16 0 43 58 1A E 4F 29
Octal 275 76 26 0 103 130 32 16 117 51
Binary 10111101 111110 10110 0 1000011 1011000 11010 1110 1001111 101001

Color Harmonies of #BD3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E16

Black with #BD3E16

Text Example


Text Example

White with #BD3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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