Html Css Color HEX #BC4310 Rust

📋 copy color: '#BC4310'

red 188 ◦ green 67 ◦ blue 16

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

Shades of Rust #BC4310

Tints of Rust #BC4310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 69.37%
G = 24.72%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC4310 (or 0xBC4310) is known color: Rust. HEX triplet: BC, 43 and 10. RGB value is (188,67,16). Sum of RGB (Red+Green+Blue) = 188+67+16=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4310 is #43BCEF. Grayscale: #616161. Windows color (decimal): -4439280 or 1065916. OLE color: 1065916.

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

Color convert

RGB 188 67 16 -
CMYK 0 0.64 0.91 0.26
HSL 17.79º 0.84% 0.4% -
HSV(B) 17.79º 0.91% 0.74% -
XYZ 22.84 14.74 2.13 -
YUV 97.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 188 67 16 0 0.64 0.91 0.26 17.79 0.84 0.4
Hex BC 43 10 0 40 5B 1A 12 54 28
Octal 274 103 20 0 100 133 32 22 124 50
Binary 10111100 1000011 10000 0 1000000 1011011 11010 10010 1010100 101000

Color Harmonies of #BC4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4310

Black with #BC4310

Text Example


Text Example

White with #BC4310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4310; }

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

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

background-color css

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

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

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

border-color css

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

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

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