Html Css Color HEX #BC5009 Rust

📋 copy color: '#BC5009'

red 188 ◦ green 80 ◦ blue 9

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

Shades of Rust #BC5009

Tints of Rust #BC5009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.25%

R = 67.87%
G = 28.88%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC5009 (or 0xBC5009) is known color: Rust. HEX triplet: BC, 50 and 09. RGB value is (188,80,9). Sum of RGB (Red+Green+Blue) = 188+80+9=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5009 is #43AFF6. Grayscale: #686868. Windows color (decimal): -4435959 or 610492. OLE color: 610492.

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

Color convert

RGB 188 80 9 -
CMYK 0 0.57 0.95 0.26
HSL 23.8º 0.91% 0.39% -
HSV(B) 23.8º 0.95% 0.74% -
XYZ 23.66 16.45 2.19 -
YUV 104.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 188 80 9 0 0.57 0.95 0.26 23.8 0.91 0.39
Hex BC 50 9 0 39 5F 1A 18 5B 27
Octal 274 120 11 0 71 137 32 30 133 47
Binary 10111100 1010000 1001 0 111001 1011111 11010 11000 1011011 100111

Color Harmonies of #BC5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5009

Black with #BC5009

Text Example


Text Example

White with #BC5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5009; }

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

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

background-color css

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

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

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

border-color css

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

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

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