Html Css Color HEX #BC4309 Rust

📋 copy color: '#BC4309'

red 188 ◦ green 67 ◦ blue 9

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

Shades of Rust #BC4309

Tints of Rust #BC4309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 71.21%
G = 25.38%
B = 3.41%

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

#BC4309 (or 0xBC4309) is known color: Rust. HEX triplet: BC, 43 and 09. RGB value is (188,67,9). Sum of RGB (Red+Green+Blue) = 188+67+9=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4309 is #43BCF6. Grayscale: #606060. Windows color (decimal): -4439287 or 607164. OLE color: 607164.

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

Color convert

RGB 188 67 9 -
CMYK 0 0.64 0.95 0.26
HSL 19.44º 0.91% 0.39% -
HSV(B) 19.44º 0.95% 0.74% -
XYZ 22.8 14.73 1.9 -
YUV 96.57 78.59 193.22 -
System Red Green Blue C M Y K H S L
Decimal 188 67 9 0 0.64 0.95 0.26 19.44 0.91 0.39
Hex BC 43 9 0 40 5F 1A 13 5B 27
Octal 274 103 11 0 100 137 32 23 133 47
Binary 10111100 1000011 1001 0 1000000 1011111 11010 10011 1011011 100111

Color Harmonies of #BC4309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4309

Black with #BC4309

Text Example


Text Example

White with #BC4309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4309; }

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

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

background-color css

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

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

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

border-color css

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

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

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