Html Css Color HEX #BC500C Rust

📋 copy color: '#BC500C'

red 188 ◦ green 80 ◦ blue 12

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

Shades of Rust #BC500C

Tints of Rust #BC500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 67.14%
G = 28.57%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC500C (or 0xBC500C) is known color: Rust. HEX triplet: BC, 50 and 0C. RGB value is (188,80,12). Sum of RGB (Red+Green+Blue) = 188+80+12=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC500C is #43AFF3. Grayscale: #686868. Windows color (decimal): -4435956 or 807100. OLE color: 807100.

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

Color convert

RGB 188 80 12 -
CMYK 0 0.57 0.94 0.26
HSL 23.18º 0.88% 0.39% -
HSV(B) 23.18º 0.94% 0.74% -
XYZ 23.67 16.46 2.28 -
YUV 104.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 188 80 12 0 0.57 0.94 0.26 23.18 0.88 0.39
Hex BC 50 C 0 39 5E 1A 17 58 27
Octal 274 120 14 0 71 136 32 27 130 47
Binary 10111100 1010000 1100 0 111001 1011110 11010 10111 1011000 100111

Color Harmonies of #BC500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC500C

Black with #BC500C

Text Example


Text Example

White with #BC500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC500C; }

 p { color: rgb(188,80,12); }

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

background-color css

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

 a { background-color: rgb(188,80,12); }

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

border-color css

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

 span { border-color: rgb(188,80,12); }

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