Html Css Color HEX #BC4409 Rust

📋 copy color: '#BC4409'

red 188 ◦ green 68 ◦ blue 9

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

Shades of Rust #BC4409

Tints of Rust #BC4409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 70.94%
G = 25.66%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC4409 (or 0xBC4409) is known color: Rust. HEX triplet: BC, 44 and 09. RGB value is (188,68,9). Sum of RGB (Red+Green+Blue) = 188+68+9=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4409 is #43BBF6. Grayscale: #616161. Windows color (decimal): -4439031 or 607420. OLE color: 607420.

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

Color convert

RGB 188 68 9 -
CMYK 0 0.64 0.95 0.26
HSL 19.78º 0.91% 0.39% -
HSV(B) 19.78º 0.95% 0.74% -
XYZ 22.86 14.85 1.92 -
YUV 97.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 188 68 9 0 0.64 0.95 0.26 19.78 0.91 0.39
Hex BC 44 9 0 40 5F 1A 14 5B 27
Octal 274 104 11 0 100 137 32 24 133 47
Binary 10111100 1000100 1001 0 1000000 1011111 11010 10100 1011011 100111

Color Harmonies of #BC4409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4409

Black with #BC4409

Text Example


Text Example

White with #BC4409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4409; }

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

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

background-color css

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

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

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

border-color css

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

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

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