Html Css Color HEX #BC4517 Rust

📋 copy color: '#BC4517'

red 188 ◦ green 69 ◦ blue 23

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

Shades of Rust #BC4517

Tints of Rust #BC4517

RGB

 RED value IS 188 (73.83% from 255) = 67.14%

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 67.14%
G = 24.64%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4517 (or 0xBC4517) is known color: Rust. HEX triplet: BC, 45 and 17. RGB value is (188,69,23). Sum of RGB (Red+Green+Blue) = 188+69+23=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4517 is #43BAE8. Grayscale: #636363. Windows color (decimal): -4438761 or 1525180. OLE color: 1525180.

HSL color Cylindrical-coordinate representation of color #BC4517: hue angle of 16.73º degrees, saturation: 0.78, 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 #BC4517 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 23 -
CMYK 0 0.63 0.88 0.26
HSL 16.73º 0.78% 0.41% -
HSV(B) 16.73º 0.88% 0.74% -
XYZ 23.02 15.01 2.49 -
YUV 99.34 84.92 191.24 -
System Red Green Blue C M Y K H S L
Decimal 188 69 23 0 0.63 0.88 0.26 16.73 0.78 0.41
Hex BC 45 17 0 3F 58 1A 11 4E 29
Octal 274 105 27 0 77 130 32 21 116 51
Binary 10111100 1000101 10111 0 111111 1011000 11010 10001 1001110 101001

Color Harmonies of #BC4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4517

Black with #BC4517

Text Example


Text Example

White with #BC4517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4517; }

 p { color: rgb(188,69,23); }

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

background-color css

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

 a { background-color: rgb(188,69,23); }

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

border-color css

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

 span { border-color: rgb(188,69,23); }

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