Html Css Color HEX #BC5417 Rust

📋 copy color: '#BC5417'

red 188 ◦ green 84 ◦ blue 23

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

Shades of Rust #BC5417

Tints of Rust #BC5417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.47%

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

R = 63.73%
G = 28.47%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC5417 (or 0xBC5417) is known color: Rust. HEX triplet: BC, 54 and 17. RGB value is (188,84,23). Sum of RGB (Red+Green+Blue) = 188+84+23=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5417 is #43ABE8. Grayscale: #6C6C6C. Windows color (decimal): -4434921 or 1529020. OLE color: 1529020.

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

Color convert

RGB 188 84 23 -
CMYK 0 0.55 0.88 0.26
HSL 22.18º 0.78% 0.41% -
HSV(B) 22.18º 0.88% 0.74% -
XYZ 24.06 17.09 2.84 -
YUV 108.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 188 84 23 0 0.55 0.88 0.26 22.18 0.78 0.41
Hex BC 54 17 0 37 58 1A 16 4E 29
Octal 274 124 27 0 67 130 32 26 116 51
Binary 10111100 1010100 10111 0 110111 1011000 11010 10110 1001110 101001

Color Harmonies of #BC5417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5417

Black with #BC5417

Text Example


Text Example

White with #BC5417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5417; }

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

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

background-color css

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

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

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

border-color css

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

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

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