Html Css Color HEX #BC4609 Rust

📋 copy color: '#BC4609'

red 188 ◦ green 70 ◦ blue 9

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

Shades of Rust #BC4609

Tints of Rust #BC4609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 70.41%
G = 26.22%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC4609 (or 0xBC4609) is known color: Rust. HEX triplet: BC, 46 and 09. RGB value is (188,70,9). Sum of RGB (Red+Green+Blue) = 188+70+9=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4609 is #43B9F6. Grayscale: #626262. Windows color (decimal): -4438519 or 607932. OLE color: 607932.

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

Color convert

RGB 188 70 9 -
CMYK 0 0.63 0.95 0.26
HSL 20.45º 0.91% 0.39% -
HSV(B) 20.45º 0.95% 0.74% -
XYZ 22.98 15.09 1.96 -
YUV 98.33 77.59 191.96 -
System Red Green Blue C M Y K H S L
Decimal 188 70 9 0 0.63 0.95 0.26 20.45 0.91 0.39
Hex BC 46 9 0 3F 5F 1A 14 5B 27
Octal 274 106 11 0 77 137 32 24 133 47
Binary 10111100 1000110 1001 0 111111 1011111 11010 10100 1011011 100111

Color Harmonies of #BC4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4609

Black with #BC4609

Text Example


Text Example

White with #BC4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4609; }

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

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

background-color css

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

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

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

border-color css

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

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

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