Html Css Color HEX #BC4109 Rust

📋 copy color: '#BC4109'

red 188 ◦ green 65 ◦ blue 9

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

Shades of Rust #BC4109

Tints of Rust #BC4109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 71.76%
G = 24.81%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC4109 (or 0xBC4109) is known color: Rust. HEX triplet: BC, 41 and 09. RGB value is (188,65,9). Sum of RGB (Red+Green+Blue) = 188+65+9=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4109 is #43BEF6. Grayscale: #5F5F5F. Windows color (decimal): -4439799 or 606652. OLE color: 606652.

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

Color convert

RGB 188 65 9 -
CMYK 0 0.65 0.95 0.26
HSL 18.77º 0.91% 0.39% -
HSV(B) 18.77º 0.95% 0.74% -
XYZ 22.68 14.49 1.86 -
YUV 95.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 188 65 9 0 0.65 0.95 0.26 18.77 0.91 0.39
Hex BC 41 9 0 41 5F 1A 13 5B 27
Octal 274 101 11 0 101 137 32 23 133 47
Binary 10111100 1000001 1001 0 1000001 1011111 11010 10011 1011011 100111

Color Harmonies of #BC4109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4109

Black with #BC4109

Text Example


Text Example

White with #BC4109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4109; }

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

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

background-color css

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

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

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

border-color css

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

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

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