Html Css Color HEX #BD3E17 Rust

📋 copy color: '#BD3E17'

red 189 ◦ green 62 ◦ blue 23

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

Shades of Rust #BD3E17

Tints of Rust #BD3E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.39%

R = 68.98%
G = 22.63%
B = 8.39%

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

#BD3E17 (or 0xBD3E17) is known color: Rust. HEX triplet: BD, 3E and 17. RGB value is (189,62,23). Sum of RGB (Red+Green+Blue) = 189+62+23=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E17 is #42C1E8. Grayscale: #5F5F5F. Windows color (decimal): -4375017 or 1523389. OLE color: 1523389.

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

Color convert

RGB 189 62 23 -
CMYK 0 0.67 0.88 0.26
HSL 14.1º 0.78% 0.42% -
HSV(B) 14.1º 0.88% 0.74% -
XYZ 22.86 14.33 2.37 -
YUV 95.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 189 62 23 0 0.67 0.88 0.26 14.1 0.78 0.42
Hex BD 3E 17 0 43 58 1A E 4E 2A
Octal 275 76 27 0 103 130 32 16 116 52
Binary 10111101 111110 10111 0 1000011 1011000 11010 1110 1001110 101010

Color Harmonies of #BD3E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E17

Black with #BD3E17

Text Example


Text Example

White with #BD3E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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