Html Css Color HEX #BC4703 Rust

📋 copy color: '#BC4703'

red 188 ◦ green 71 ◦ blue 3

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

Shades of Rust #BC4703

Tints of Rust #BC4703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 71.76%
G = 27.1%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4703 (or 0xBC4703) is known color: Rust. HEX triplet: BC, 47 and 03. RGB value is (188,71,3). Sum of RGB (Red+Green+Blue) = 188+71+3=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4703 is #43B8FC. Grayscale: #626262. Windows color (decimal): -4438269 or 214972. OLE color: 214972.

HSL color Cylindrical-coordinate representation of color #BC4703: hue angle of 22.05º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC4703 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 3 -
CMYK 0 0.62 0.98 0.26
HSL 22.05º 0.97% 0.37% -
HSV(B) 22.05º 0.98% 0.74% -
XYZ 23.01 15.2 1.81 -
YUV 98.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 188 71 3 0 0.62 0.98 0.26 22.05 0.97 0.37
Hex BC 47 3 0 3E 62 1A 16 61 25
Octal 274 107 3 0 76 142 32 26 141 45
Binary 10111100 1000111 11 0 111110 1100010 11010 10110 1100001 100101

Color Harmonies of #BC4703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4703

Black with #BC4703

Text Example


Text Example

White with #BC4703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4703; }

 p { color: rgb(188,71,3); }

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

background-color css

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

 a { background-color: rgb(188,71,3); }

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

border-color css

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

 span { border-color: rgb(188,71,3); }

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